From c8a569086accd2821026dfaf840f5125c7397aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:58:20 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.96 to 1.0.97 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.96 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.96...1.0.97) --- updated-dependencies: - dependency-name: anyhow 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 f581047b..abf819d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,9 +68,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.96" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "base64" diff --git a/Cargo.toml b/Cargo.toml index def0c7eb..74629883 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ criterion = "0.5.1" pprof = "0.13.0" bindgen = "0.69.5" cc = "1.2.15" -anyhow = "1.0.96" +anyhow = "1.0.97" clap = "4.5.31" encoding_rs = "0.8.35" tracing-subscriber = { version = "0.3", features = ["json"] }