diff --git a/Cargo.lock b/Cargo.lock index 77f50bc65..0f6989312 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "arc-swap" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b39d9cd08..0125c5e55 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/iggy-rs/iggy" homepage = "https://iggy.rs" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" async-trait = "0.1.79" clap = { version = "4.5.4", features = ["derive"] } clap_complete = "4.5.2" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 57e265a9a..7657ab10e 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -36,7 +36,7 @@ name = "message-headers-producer" path = "src/message-headers/producer/main.rs" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" bytes = "1.6.0" clap = { version = "4.5.4", features = ["derive"] } iggy = { path = "../sdk" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index e39692d4b..92c5e32b0 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -13,7 +13,7 @@ readme = "../README.md" [dependencies] aes-gcm = "0.10.3" -anyhow = "1.0.81" +anyhow = "1.0.82" async-dropper = { version = "0.3.1", features = ["tokio", "simple"] } async-trait = "0.1.79" base64 = "0.22.0" diff --git a/server/Cargo.toml b/server/Cargo.toml index 3284cfc52..f81a82f1e 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -11,7 +11,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"] [dependencies] aes-gcm = "0.10.3" -anyhow = "1.0.81" +anyhow = "1.0.82" async-stream = "0.3.5" async-trait = "0.1.79" atone = "0.3.7" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 0b7ef1409..630afd644 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -8,7 +8,7 @@ name = "data-seeder-tool" path = "src/data-seeder/main.rs" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" bytes = "1.6.0" clap = { version = "4.5.4", features = ["derive"] } iggy = { path = "../sdk" }