From 1c4025bb8ea86d52aec9e44579b91b4704eeceaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:07:32 +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 15c0e40e..24d30637 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,9 +104,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 = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index beddcd21..131f6333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ python = [] crate-type = ["cdylib", "lib"] [dependencies] -anyhow = "^1.0.96" +anyhow = "^1.0.97" base64 = "^0.22.1" clap = { version = "^4.5.31", features = ["cargo"] } console_error_panic_hook = { version = "0.1.1", optional = true }