From b278391b9fca624fa0311336e6100148b8901138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:46:43 +0000 Subject: [PATCH] chore(deps): bump alloy-signer-ledger from 2.0.1 to 2.0.4 Bumps [alloy-signer-ledger](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-ledger 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 2ff96cd..a4f0011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,9 +442,9 @@ dependencies = [ [[package]] name = "alloy-signer-ledger" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "943c0105e0294b34cd06417129fadc591aed464d06f0614a7e998e585d27fbb1" +checksum = "94e11ddaddfb98c1ddce737dc440225565b0ae0987ac9ad5e59a85db5904878c" dependencies = [ "alloy-consensus", "alloy-network", diff --git a/Cargo.toml b/Cargo.toml index 1bebf83..51367ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ alloy-ens = { version = "2.0.4", default-features = false, features = ["provider alloy-primitives = { version = "1.5.7", default-features = false } alloy-provider = "2.0.4" alloy-signer = "2.0.1" -alloy-signer-ledger = "2.0.1" +alloy-signer-ledger = "2.0.4" alloy-signer-local = { version = "2.0.1", default-features = false } clap = { version = "4.6.1", features = ["derive"] } bindgen = "0.72.1"