From 399584f999ef5ae3c98379ad7fe13375f1d3fed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:42 +0000 Subject: [PATCH] chore: Bump anyhow from 1.0.98 to 1.0.102 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.98...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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7eb6e8a..df729bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "bindgen" diff --git a/Cargo.toml b/Cargo.toml index dbc4cce..29b9cfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ panic = "abort" lto = true [workspace.dependencies] -anyhow = "1.0.89" +anyhow = "1.0.102" paste = "1.0.14" wdk = "0.4.1" wdk-alloc = "0.4.1"