From 96fca85caf7e0308c980b641aeeb0ae2c58c80e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:25:06 +0000 Subject: [PATCH] Bump anyhow from 1.0.93 to 1.0.96 in /rust Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.96. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.96) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/virtual-display-driver/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 0b32742..c837a1b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" [[package]] name = "arc-swap" diff --git a/rust/virtual-display-driver/Cargo.toml b/rust/virtual-display-driver/Cargo.toml index 4457abf..d2a3ab6 100644 --- a/rust/virtual-display-driver/Cargo.toml +++ b/rust/virtual-display-driver/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] thiserror = "2.0.3" -anyhow = "1.0.93" +anyhow = "1.0.96" wdf-umdf-sys = { path = "../wdf-umdf-sys" } wdf-umdf = { path = "../wdf-umdf" } log = "0.4.22"