deps: bump alloy-chains (#15356)

This commit is contained in:
Alexey Shekhirin
2025-03-28 13:28:25 +00:00
committed by GitHub
parent 57549cb9b0
commit 3ea3b68f60
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -106,9 +106,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "alloy-chains"
version = "0.1.66"
version = "0.1.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8e42c54af787e3521229df1787d7b8300910dc6d9d04d378eb593b26388bd11"
checksum = "4187222f4ed4bf8d0539f845249b450de318ba33dd74bac328a9a1dfbfc13ba6"
dependencies = [
"alloy-primitives",
"alloy-rlp",

View File

@@ -450,7 +450,7 @@ op-revm = { version = "1.0.0-alpha.6", default-features = false }
revm-inspectors = "0.17.0-alpha.1"
# eth
alloy-chains = { version = "0.1.64", default-features = false }
alloy-chains = { version = "0.1.68", default-features = false }
alloy-dyn-abi = "0.8.25"
alloy-eip2124 = { version = "0.1.0", default-features = false }
alloy-evm = { version = "0.1.0-alpha.3", default-features = false }