From 1cc2e190fec9b15a361ccd758e61605f33d9798f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:54:15 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.56 to 1.0.58 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.58. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.56...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/benchmark/Cargo.toml | 2 +- crates/curp-external-api/Cargo.toml | 2 +- crates/curp-test-utils/Cargo.toml | 2 +- crates/curp/Cargo.toml | 2 +- crates/engine/Cargo.toml | 2 +- crates/utils/Cargo.toml | 2 +- crates/xline-client/Cargo.toml | 2 +- crates/xlineapi/Cargo.toml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 591267dca..a0670e99f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2832,18 +2832,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", diff --git a/crates/benchmark/Cargo.toml b/crates/benchmark/Cargo.toml index 8831da870..f81e38d58 100644 --- a/crates/benchmark/Cargo.toml +++ b/crates/benchmark/Cargo.toml @@ -19,7 +19,7 @@ clippy-utilities = "0.2.0" etcd-client = { version = "0.12.1", features = ["tls"] } indicatif = "0.17.8" rand = "0.8.5" -thiserror = "1.0.48" +thiserror = "1.0.58" tokio = "1.21.2" tracing = "0.1.37" tracing-subscriber = "0.3.1" diff --git a/crates/curp-external-api/Cargo.toml b/crates/curp-external-api/Cargo.toml index fc8b6ce51..b4f9ac293 100644 --- a/crates/curp-external-api/Cargo.toml +++ b/crates/curp-external-api/Cargo.toml @@ -16,5 +16,5 @@ engine = { path = "../engine" } mockall = "0.12.1" prost = "0.12.3" serde = { version = "1.0.130", features = ["derive", "rc"] } -thiserror = "1.0.31" +thiserror = "1.0.58" workspace-hack = { version = "0.1", path = "../../workspace-hack" } diff --git a/crates/curp-test-utils/Cargo.toml b/crates/curp-test-utils/Cargo.toml index 13c668bdc..833a6cdba 100644 --- a/crates/curp-test-utils/Cargo.toml +++ b/crates/curp-test-utils/Cargo.toml @@ -18,7 +18,7 @@ engine = { path = "../engine" } itertools = "0.11" prost = "0.12.3" serde = { version = "1.0.130", features = ["derive", "rc"] } -thiserror = "1.0.31" +thiserror = "1.0.58" tokio = { version = "0.2.23", package = "madsim-tokio", features = [ "rt-multi-thread", ] } diff --git a/crates/curp/Cargo.toml b/crates/curp/Cargo.toml index 7a94cae07..4b594958d 100644 --- a/crates/curp/Cargo.toml +++ b/crates/curp/Cargo.toml @@ -35,7 +35,7 @@ prost = "0.12.3" rand = "0.8.5" serde = { version = "1.0.130", features = ["derive", "rc"] } sha2 = "0.10.8" -thiserror = "1.0.31" +thiserror = "1.0.58" tokio = { version = "0.2.23", package = "madsim-tokio", features = [ "rt-multi-thread", ] } diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index 8c9a8a893..d7b6ff85b 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -20,7 +20,7 @@ opentelemetry = { version = "0.21.0", features = ["metrics"] } parking_lot = "0.12.1" rocksdb = { version = "0.21.0", features = ["multi-threaded-cf"] } serde = { version = "1.0.152", features = ["derive"] } -thiserror = "1.0.38" +thiserror = "1.0.58" tokio = { version = "0.2.23", package = "madsim-tokio", features = [ "fs", "macros", diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 4a12d5b1f..d465c21af 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -30,7 +30,7 @@ pbkdf2 = { version = "0.12.2", features = ["simple"] } petgraph = "0.6.4" rand = "0.8.5" serde = { version = "1.0.137", features = ["derive"] } -thiserror = "1.0.31" +thiserror = "1.0.58" tokio = { version = "0.2.23", package = "madsim-tokio", features = [ "sync", "macros", diff --git a/crates/xline-client/Cargo.toml b/crates/xline-client/Cargo.toml index f10cd3b30..e490b6c61 100644 --- a/crates/xline-client/Cargo.toml +++ b/crates/xline-client/Cargo.toml @@ -17,7 +17,7 @@ curp = { path = "../curp" } futures = "0.3.25" getrandom = "0.2" http = "0.2.9" -thiserror = "1.0.37" +thiserror = "1.0.58" tokio = { version = "0.2.23", package = "madsim-tokio", features = ["sync"] } tonic = { version = "0.4.1", package = "madsim-tonic" } tower = { version = "0.4", features = ["discover"] } diff --git a/crates/xlineapi/Cargo.toml b/crates/xlineapi/Cargo.toml index 608bd02cb..1760ebc6c 100644 --- a/crates/xlineapi/Cargo.toml +++ b/crates/xlineapi/Cargo.toml @@ -17,7 +17,7 @@ curp-external-api = { path = "../curp-external-api" } itertools = "0.11" prost = "0.12.3" serde = { version = "1.0.137", features = ["derive"] } -thiserror = "1.0.37" +thiserror = "1.0.58" tonic = { version = "0.4.1", package = "madsim-tonic" } utils = { path = "../utils", features = ["parking_lot"] } workspace-hack = { version = "0.1", path = "../../workspace-hack" }