From 5a7e0b2b4b45b8049425c0d30598797ff5a7e6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:55:13 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.94 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.94 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.94...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 ++-- z2/Cargo.toml | 2 +- zilliqa/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94fb69333..33155f22d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -635,9 +635,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" dependencies = [ "backtrace", ] diff --git a/z2/Cargo.toml b/z2/Cargo.toml index 3881e2f78..8f32d5237 100644 --- a/z2/Cargo.toml +++ b/z2/Cargo.toml @@ -22,7 +22,7 @@ test = false [dependencies] alloy = { version = "0.6.4", default-features = false, features = ["consensus", "eips", "rlp", "serde", "signer-local"] } -anyhow = "1.0.94" +anyhow = "1.0.95" async-trait = "0.1.83" base64 = "0.22.0" bitvec = "1.0.1" diff --git a/zilliqa/Cargo.toml b/zilliqa/Cargo.toml index 95ca7464f..80ab55f3c 100644 --- a/zilliqa/Cargo.toml +++ b/zilliqa/Cargo.toml @@ -22,12 +22,12 @@ fake_response_channel = [] fake_time = [] [build-dependencies] -anyhow = { version = "1.0.94", features = ["backtrace"] } +anyhow = { version = "1.0.95", features = ["backtrace"] } vergen = { version = "8.3.1", features = ["git", "git2"] } [dependencies] alloy = { version = "0.6.4", default-features = false, features = ["consensus", "eips", "k256", "rlp", "rpc-types", "rpc-types-trace", "serde", "sol-types"] } -anyhow = { version = "1.0.94", features = ["backtrace"] } +anyhow = { version = "1.0.95", features = ["backtrace"] } async-trait = "0.1.83" base64 = "0.22.1" bincode = "1.3.3"