diff --git a/Cargo.lock b/Cargo.lock index 301ee38..26995ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.96" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "async-channel" diff --git a/Cargo.toml b/Cargo.toml index 0c572b3..e32a601 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.99"