Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.89 to 1.0.90
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.90)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lxl66566 committed Oct 23, 2024
1 parent 100307a commit c7a74e4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -13,7 +13,7 @@ repository = "https://github.com/xline-kv/Xline/tree/master/benchmark"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.90"
clap = { version = "4", features = ["derive"] }
clippy-utilities = "0.2.0"
etcd-client = { version = "0.14.0", features = ["tls"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ utils = { path = "../utils", version = "0.1.0", features = ["parking_lot"] }
workspace-hack = { version = "0.1", path = "../../workspace-hack" }

[dev-dependencies]
anyhow = "1.0.83"
anyhow = "1.0.90"
curp-test-utils = { path = "../curp-test-utils" }
itertools = "0.13"
mockall = "0.12.1"
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 @@ -11,7 +11,7 @@ categories = ["Client"]
keywords = ["Client", "Xline", "RPC"]

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.90"
async-dropper = { version = "0.3.1", features = ["tokio", "simple"] }
async-trait = "0.1.81"
clippy-utilities = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["KV"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.90"
async-stream = "0.3.5"
async-trait = "0.1.81"
axum = "0.7.0"
Expand Down

0 comments on commit c7a74e4

Please sign in to comment.