From 50996ecfe10c00e091f3d43a84b95af719b2476a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:13:54 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.96 to 1.0.100 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.96 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.96...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"