From ef1655e332f1fb07ab6414e1d0da4f7bb229c081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:28:28 +0000 Subject: [PATCH] chore: Bump anyhow from 1.0.86 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.95) --- 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 7d521a67..c19a8a82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "bindgen" diff --git a/Cargo.toml b/Cargo.toml index 8254e142..4410175c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ wdk-panic = { path = "crates/wdk-panic", version = "0.3.0" } wdk-sys = { path = "crates/wdk-sys", version = "0.3.0" } # External Crates -anyhow = "1.0.86" +anyhow = "1.0.95" bindgen = "0.69.4" camino = "1.1.9" cargo_metadata = "0.18.1"