diff --git a/Cargo.lock b/Cargo.lock index 89b3fafc7..3dda94cf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,7 +896,9 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41eb29f7a8adcd8941fbb8e134022a133e6f8dfd345f2e3b7109599f8a7dca08" dependencies = [ + "alloy-dyn-abi", "alloy-primitives", + "alloy-sol-types", "async-trait", "auto_impl", "either", @@ -963,15 +965,15 @@ dependencies = [ [[package]] name = "alloy-signer-ledger" -version = "1.8.3" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f199e1a28175d8dbed35b4a726d2080bf0a696017e865d063090895f3342965" +checksum = "943c0105e0294b34cd06417129fadc591aed464d06f0614a7e998e585d27fbb1" dependencies = [ - "alloy-consensus 1.8.3", + "alloy-consensus 2.0.1", "alloy-dyn-abi", - "alloy-network 1.8.3", + "alloy-network 2.0.1", "alloy-primitives", - "alloy-signer 1.8.3", + "alloy-signer 2.0.4", "alloy-sol-types", "async-trait", "coins-ledger", @@ -4947,7 +4949,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] @@ -15346,7 +15348,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fab386f5c..ace2a9d33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -416,7 +416,7 @@ libsecp256k1 = { version = "0.7.2", default-features = false } # Remote signing alloy-signer-aws = { version = "2.0", default-features = false } alloy-signer-gcp = { version = "2.0", default-features = false } -alloy-signer-ledger = { version = "1.8", default-features = false, features = ["eip712"] } +alloy-signer-ledger = { version = "2.0", default-features = false, features = ["eip712"] } aws-config = { version = "1", default-features = false } aws-sdk-ec2 = { version = "1", default-features = false } aws-sdk-kms = { version = "1", default-features = false }