From 447bf7d270fec1dcdc5baadb59700983f6d693d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:16:14 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.96 to 1.0.98 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.96 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.96...1.0.98) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33fb82e..d65c51e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adaptive_backoff" @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.96" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "async-channel" diff --git a/Cargo.toml b/Cargo.toml index b731408..f8e63a3 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.16.1" } fluvio-future = { version = "0.7.0", features = ["task", "io"] } -anyhow = "1.0.96" +anyhow = "1.0.98"