From cdbf70bca37fa659ea135602d5a3ec0302c49c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 06:35:19 +0000 Subject: [PATCH] build(deps): bump alloy-consensus from 1.6.1 to 1.7.3 Bumps [alloy-consensus](https://github.com/alloy-rs/alloy) from 1.6.1 to 1.7.3. - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/alloy/compare/v1.6.1...v1.7.3) --- updated-dependencies: - dependency-name: alloy-consensus dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3167d753..8b9131c15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "1.6.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86debde32d8dbb0ab29e7cc75ae1a98688ac7a4c9da54b3a9b14593b9b3c46d3" +checksum = "b0c0dc44157867da82c469c13186015b86abef209bf0e41625e4b68bac61d728" dependencies = [ "alloy-eips", "alloy-primitives", @@ -164,9 +164,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "1.6.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be47bf1b91674a5f394b9ed3c691d764fb58ba43937f1371550ff4bc8e59c295" +checksum = "b9f7ef09f21bd1e9cb8a686f168cb4a206646804567f0889eadb8dcc4c9288c8" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -344,9 +344,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.6.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feb73325ee881e42972a5a7bc85250f6af89f92c6ad1222285f74384a203abeb" +checksum = "e2ce1e0dbf7720eee747700e300c99aac01b1a95bb93f493a01e78ee28bb1a37" dependencies = [ "alloy-primitives", "serde", @@ -472,9 +472,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "1.6.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a91d6b4c2f6574fdbcb1611e460455c326667cf5b805c6bd1640dad8e8ee4d2" +checksum = "6fa0c53e8c1e1ef4d01066b01c737fb62fc9397ab52c6e7bb5669f97d281b9bc" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index f765b08f7..2b2b76ce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,6 +122,6 @@ alloy-json-abi = { version = "1.5.4" } alloy-signer = { version = "1.6.1" } alloy-signer-local = { version = "1.6.1" } alloy-network = { version = "1.6.1" } -alloy-consensus = { version = "1.6.1" } +alloy-consensus = { version = "1.7.3" } alloy-rlp = { version = "0.3.13" } jsonwebtoken = { version = "10.3.0" }