From c176bebb50ab7f92e9e480d2378d1e1d7fc77723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 08:18:11 +0000 Subject: [PATCH] build(deps): 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 e01ae956..1b22d2cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,9 +65,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 = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index c1627d47..f01b5d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ zip = { version = "2.1.6" } reqwest = "0.12.7" base64 = "0.22.1" thiserror = "1.0.53" -anyhow = "1.0.78" +anyhow = "1.0.95" sha2 = "0.10.8" rsa = "0.9.6" serial_test = "3.1.1"