chore: bump alloy-core deps (#22104)

This commit is contained in:
DaniPopes
2026-02-12 02:15:56 +01:00
committed by GitHub
parent 807d328cf0
commit 931b17c3fd
2 changed files with 25 additions and 24 deletions

41
Cargo.lock generated
View File

@@ -186,9 +186,9 @@ dependencies = [
[[package]]
name = "alloy-dyn-abi"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e32bfc0f3833662c8ffe619c88a729270afec29cc6f28b3cd9ac600cf8e884b"
checksum = "e6ab1b2f1b48a7e6b3597cb2afae04f93879fb69d71e39736b5663d7366b23f2"
dependencies = [
"alloy-json-abi",
"alloy-primitives",
@@ -353,9 +353,9 @@ dependencies = [
[[package]]
name = "alloy-json-abi"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7677b2646354ae19105e77f429a98023a1718f67aa5aa8f0e77ed2ade78d3c03"
checksum = "1e414aa37b335ad2acb78a95814c59d137d53139b412f87aed1e10e2d862cd49"
dependencies = [
"alloy-primitives",
"alloy-sol-type-parser",
@@ -453,9 +453,9 @@ dependencies = [
[[package]]
name = "alloy-primitives"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca5de724d1d8ab866fc84fe45fcbf08708a002f7e9f7cc27256e94149cc193f7"
checksum = "66b1483f8c2562bf35f0270b697d5b5fe8170464e935bd855a4c5eaf6f89b354"
dependencies = [
"alloy-rlp",
"arbitrary",
@@ -809,9 +809,9 @@ dependencies = [
[[package]]
name = "alloy-sol-macro"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c8fde85e0e0d043034565c12f30b3053cc50d78d70d6e9e60ede1197e849368"
checksum = "2c4b64c8146291f750c3f391dff2dd40cf896f7e2b253417a31e342aa7265baa"
dependencies = [
"alloy-sol-macro-expander",
"alloy-sol-macro-input",
@@ -823,9 +823,9 @@ dependencies = [
[[package]]
name = "alloy-sol-macro-expander"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19876f48b1da8bfa883b645eb511672d21da9619fe6d9eac31368ba7255950a9"
checksum = "d9df903674682f9bae8d43fdea535ab48df2d6a8cb5104ca29c58ada22ef67b3"
dependencies = [
"alloy-sol-macro-input",
"const-hex",
@@ -841,9 +841,9 @@ dependencies = [
[[package]]
name = "alloy-sol-macro-input"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e9c970830100a5c33362194268923b9120fb5fb2c516c519cc9581adaf637a"
checksum = "737b8a959f527a86e07c44656db237024a32ae9b97d449f788262a547e8aa136"
dependencies = [
"const-hex",
"dunce",
@@ -857,9 +857,9 @@ dependencies = [
[[package]]
name = "alloy-sol-type-parser"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f2bda52eb4d66adb9fa02f0a919d7df1584c6410f87f315fc4125dc79ece94d"
checksum = "b28e6e86c6d2db52654b65a5a76b4f57eae5a32a7f0aa2222d1dbdb74e2cb8e0"
dependencies = [
"serde",
"winnow",
@@ -867,9 +867,9 @@ dependencies = [
[[package]]
name = "alloy-sol-types"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e0b1f348acd1524890aa46f6aa02359dcbf39b86631202d86288bd45a097822"
checksum = "fdf7effe4ab0a4f52c865959f790036e61a7983f68b13b75d7fbcedf20b753ce"
dependencies = [
"alloy-json-abi",
"alloy-primitives",
@@ -3993,11 +3993,12 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "fixed-cache"
version = "0.1.7"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aaafa7294e9617eb29e5c684a3af33324ef512a1bf596af2d1938a03798da29"
checksum = "c41c7aa69c00ebccf06c3fa7ffe2a6cf26a58b5fe4deabfe646285ff48136a8f"
dependencies = [
"equivalent",
"rapidhash",
"typeid",
]
@@ -11907,9 +11908,9 @@ dependencies = [
[[package]]
name = "syn-solidity"
version = "1.5.5"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70946cbe0f08e1b779dd08afa11b14279b5d8e93a4c74496cd8cbad6b0514262"
checksum = "f8658017776544996edc21c8c7cc8bb4f13db60955382f4bac25dc6303b38438"
dependencies = [
"paste",
"proc-macro2",

View File

@@ -450,15 +450,15 @@ op-revm = { version = "15.0.0", default-features = false }
revm-inspectors = "0.34.2"
# eth
alloy-dyn-abi = "1.5.5"
alloy-primitives = { version = "1.5.5", default-features = false, features = ["map-foldhash"] }
alloy-sol-types = { version = "1.5.5", default-features = false }
alloy-dyn-abi = "1.5.6"
alloy-primitives = { version = "1.5.6", default-features = false, features = ["map-foldhash"] }
alloy-sol-types = { version = "1.5.6", default-features = false }
alloy-chains = { version = "0.2.5", default-features = false }
alloy-eip2124 = { version = "0.2.0", default-features = false }
alloy-eip7928 = { version = "0.3.0", default-features = false }
alloy-evm = { version = "0.27.2", default-features = false }
alloy-rlp = { version = "0.3.10", default-features = false, features = ["core-net"] }
alloy-rlp = { version = "0.3.13", default-features = false, features = ["core-net"] }
alloy-trie = { version = "0.9.4", default-features = false }
alloy-hardforks = "0.4.5"