From 041e3f37221399e5d9b8bddc053285a927bc6e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:39:39 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.101 to 1.0.102 in /rs Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.101...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rs/Cargo.lock | 4 ++-- rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rs/Cargo.lock b/rs/Cargo.lock index 801a79a..3591d0e 100644 --- a/rs/Cargo.lock +++ b/rs/Cargo.lock @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "autocfg" diff --git a/rs/Cargo.toml b/rs/Cargo.toml index 6ea6699..f98e983 100644 --- a/rs/Cargo.toml +++ b/rs/Cargo.toml @@ -8,7 +8,7 @@ name = "mwutil" path = "src/main.rs" [dependencies] -anyhow = "1.0.101" +anyhow = "1.0.102" clap = { version = "4.5.60", features = ["derive"] } clap_complete = { version = "4.5.66", features = ["unstable-dynamic"] } console = "0.16.2"