From ad5b2ea8c7190379a011e434206d8d776576e29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:11:13 +0000 Subject: [PATCH] Bump thiserror from 1.0.58 to 1.0.59 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.59. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.59) --- 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 ab5f3acbf..11fa49e42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3088,18 +3088,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" dependencies = [ "proc-macro2", "quote", diff --git a/crates/gosub_config/Cargo.toml b/crates/gosub_config/Cargo.toml index 49fb235e4..75f4dd106 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.58" +thiserror = "1.0.59" ureq = "2.9.5" sqlite = "0.35.0" wildmatch = "2.3.3" diff --git a/crates/gosub_html5/Cargo.toml b/crates/gosub_html5/Cargo.toml index 88de6ec55..035cc807d 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.58" +thiserror = "1.0.59" 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 884893cb1..49cfeac96 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.58" +thiserror = "1.0.59" ureq = "2.9.5" anyhow = "1.0.82" log = "0.4.21" diff --git a/crates/gosub_shared/Cargo.toml b/crates/gosub_shared/Cargo.toml index 480d69ef6..c13841e40 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.58" +thiserror = "1.0.59" url = "2.5.0" anyhow = "1.0.82" lazy_static = "1.4.0" diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 2cd084564..f730ae08c 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.58" +thiserror = "1.0.59" v8 = "0.91.0" anyhow = "1.0.82" serde_json = "1.0.116" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index a65cca273..a1297f221 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.58" +thiserror = "1.0.59" v8 = "0.91.0" anyhow = "1.0.82" paste = "1.0.14"