diff --git a/Cargo.lock b/Cargo.lock index 420baa17b..edbd09207 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,9 +105,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "assert_cmd" diff --git a/crates/benchmark/Cargo.toml b/crates/benchmark/Cargo.toml index c0443fade..b904755c4 100644 --- a/crates/benchmark/Cargo.toml +++ b/crates/benchmark/Cargo.toml @@ -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"] } diff --git a/crates/curp/Cargo.toml b/crates/curp/Cargo.toml index 0294aa389..8645d6fac 100644 --- a/crates/curp/Cargo.toml +++ b/crates/curp/Cargo.toml @@ -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" diff --git a/crates/xline-client/Cargo.toml b/crates/xline-client/Cargo.toml index 2554b6aac..f4a48cef7 100644 --- a/crates/xline-client/Cargo.toml +++ b/crates/xline-client/Cargo.toml @@ -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" diff --git a/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index 18d26050e..4d783912a 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -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"