From 97eba038cd0c4907f7e1b3e37deef93cd8c84653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:40:20 +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 488e4bcad0..2a2caae7ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,9 +592,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 = "aquamarine" diff --git a/Cargo.toml b/Cargo.toml index c792c0dc4a..ede9f4ca0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,7 @@ aquamarine = "0.3.3" aes-gcm-siv = "0.11.1" ahash = "0.8.10" anchor-lang = { path = "anchor/lang" } -anyhow = "1.0.82" +anyhow = "1.0.95" arbitrary = "1.3.2" ark-bn254 = "0.4.0" ark-ec = "0.4.0"