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" }