From 248d3fd40a55a07707d5bb952d7413653adb7191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:05:27 +0000 Subject: [PATCH] Bump anyhow from 1.0.97 to 1.0.100 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.97 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.97...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 0da0a323a..52500f7c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index 57d9a3175..d1d147913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ syn = "2.0.101" quote = "1.0.40" proc-macro2 = "1.0.95" proc-macro-crate = "1.3.1" -anyhow = "1.0.97" +anyhow = "1.0.100" sha2 = "0.10.9" hkdf = "0.12.0" hex = "0.4.3"