Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.56 to 1.0.58
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.58.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Mar 26, 2024
1 parent 5010a8d commit 1cc2e19
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/curp-external-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion crates/curp-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion crates/xline-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/xlineapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1cc2e19

Please sign in to comment.