From bc3eb2f04564765a8e3ab5babe106eafbc6bc039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 06:34:19 +0000 Subject: [PATCH] build(deps): bump alloy-signer from 1.6.1 to 1.7.3 Bumps [alloy-signer](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-signer dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a3167d753..77d5fb633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,9 +355,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.6.1" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bea4c8f30eddb11d7ab56e83e49c814655daa78ca708df26c300c10d0189cbc" +checksum = "2425c6f314522c78e8198979c8cbf6769362be4da381d4152ea8eefce383535d" dependencies = [ "alloy-primitives", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f765b08f7..004916edd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ alloy-primitives = { version = "1.5.4", features = ["k256"] } alloy-sol-types = { version = "1.5.4", features = ["eip712-serde"] } alloy-dyn-abi = { version = "1.5.2", features = ["eip712"] } alloy-json-abi = { version = "1.5.4" } -alloy-signer = { version = "1.6.1" } +alloy-signer = { version = "1.7.3" } alloy-signer-local = { version = "1.6.1" } alloy-network = { version = "1.6.1" } alloy-consensus = { version = "1.6.1" }