From 5960752d73a7ecb342188ab572a057f669395cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:46:49 +0000 Subject: [PATCH] Bump thiserror from 1.0.57 to 1.0.58 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.58. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/gosub_config/Cargo.toml | 2 +- crates/gosub_html5/Cargo.toml | 2 +- crates/gosub_net/Cargo.toml | 2 +- crates/gosub_shared/Cargo.toml | 2 +- crates/gosub_v8/Cargo.toml | 2 +- crates/gosub_webexecutor/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6af8ee794..83be280a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2590,18 +2590,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" +checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" +checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", diff --git a/crates/gosub_config/Cargo.toml b/crates/gosub_config/Cargo.toml index 055d174f6..6fa975bd2 100644 --- a/crates/gosub_config/Cargo.toml +++ b/crates/gosub_config/Cargo.toml @@ -9,7 +9,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = {version = "1.0", features = ["preserve_order"]} serde_derive = "1.0" lazy_static = "1.4" -thiserror = "1.0.57" +thiserror = "1.0.58" ureq = "2.9.5" sqlite = "0.34.0" wildmatch = "2.3.3" diff --git a/crates/gosub_html5/Cargo.toml b/crates/gosub_html5/Cargo.toml index f671d9e5d..88de6ec55 100644 --- a/crates/gosub_html5/Cargo.toml +++ b/crates/gosub_html5/Cargo.toml @@ -11,7 +11,7 @@ gosub_css3 = { path = "../gosub_css3", features = [] } derive_more = "0.99" phf = { version = "0.11.2", features = ["macros"] } lazy_static = "1.4" -thiserror = "1.0.57" +thiserror = "1.0.58" url = { version = "2.5.0", features = [] } log = { version = "0.4.21", features = [] } ureq = "2.9.6" diff --git a/crates/gosub_net/Cargo.toml b/crates/gosub_net/Cargo.toml index b11ac6c30..269966649 100644 --- a/crates/gosub_net/Cargo.toml +++ b/crates/gosub_net/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" gosub_shared = { path = "../gosub_shared", features = [] } gosub_config = { path = "../gosub_config", features = [] } derive_more = "0.99" -thiserror = "1.0.57" +thiserror = "1.0.58" ureq = "2.9.5" anyhow = "1.0.81" log = "0.4.21" diff --git a/crates/gosub_shared/Cargo.toml b/crates/gosub_shared/Cargo.toml index fb7e36198..e715243c0 100644 --- a/crates/gosub_shared/Cargo.toml +++ b/crates/gosub_shared/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" [dependencies] chardet = "0.2.4" -thiserror = "1.0.57" +thiserror = "1.0.58" url = "2.5.0" anyhow = "1.0.81" lazy_static = "1.4.0" diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 53cfa680b..3881af8c1 100644 --- a/crates/gosub_v8/Cargo.toml +++ b/crates/gosub_v8/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" [dependencies] gosub_shared = { path = "../gosub_shared" } gosub_webexecutor = { path = "../gosub_webexecutor" } -thiserror = "1.0.57" +thiserror = "1.0.58" v8 = "0.89.0" anyhow = "1.0.81" serde_json = "1.0.114" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index 2ab2a9f06..c52d6707b 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared" } colored = "2.1.0" derive_more = "0.99" lazy_static = "1.4" -thiserror = "1.0.57" +thiserror = "1.0.58" v8 = "0.89.0" anyhow = "1.0.81" paste = "1.0.14"