From 748805834195dd107e69276b60b54ace1c83f0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:31:54 +0000 Subject: [PATCH] chore(deps): bump alloy-signer-local from 2.0.1 to 2.0.4 Bumps [alloy-signer-local](https://github.com/alloy-rs/alloy) from 2.0.1 to 2.0.4. - [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/v2.0.1...v2.0.4) --- updated-dependencies: - dependency-name: alloy-signer-local dependency-version: 2.0.4 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 a4f0011..3ac095d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,9 +460,9 @@ dependencies = [ [[package]] name = "alloy-signer-local" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b794002d57fd2f71b4c87298a41ca24dfc0f2cf6630d95106a477e451747ba" +checksum = "bef839e7ce9b59aa60fa9a175e97986c6145c888d643b0f1fb0a3e7b8e56a2e2" dependencies = [ "alloy-consensus", "alloy-network", diff --git a/Cargo.toml b/Cargo.toml index 51367ef..269cfa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ alloy-primitives = { version = "1.5.7", default-features = false } alloy-provider = "2.0.4" alloy-signer = "2.0.1" alloy-signer-ledger = "2.0.4" -alloy-signer-local = { version = "2.0.1", default-features = false } +alloy-signer-local = { version = "2.0.4", default-features = false } clap = { version = "4.6.1", features = ["derive"] } bindgen = "0.72.1" dirs = "6.0.0"