diff --git a/Cargo.lock b/Cargo.lock index 301ee38..34d2030 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.96" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "async-channel" diff --git a/Cargo.toml b/Cargo.toml index 0c572b3..d6e48b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ bindgen = { version = "0.71.1", default-features = false, features = ["logging", log = "^0.4.22" fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.17.3" } fluvio-future = { version = "0.7.0", features = ["task", "io"] } -anyhow = "1.0.96" +anyhow = "1.0.100"