CI: fix and pin geth (#206)

This commit is contained in:
xermicus
2025-02-10 17:39:44 +01:00
committed by GitHub
parent 60fc09f787
commit a921e425b4
5 changed files with 53 additions and 14 deletions
Generated
+37 -6
View File
@@ -129,6 +129,18 @@ dependencies = [
"winnow",
]
[[package]]
name = "alloy-eip2124"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "675264c957689f0fd75f5993a73123c2cc3b5c235a38f5b9037fe6c826bfb2c0"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"crc",
"thiserror 2.0.11",
]
[[package]]
name = "alloy-eip2930"
version = "0.1.0"
@@ -154,25 +166,28 @@ dependencies = [
[[package]]
name = "alloy-eips"
version = "0.9.2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52dd5869ed09e399003e0e0ec6903d981b2a92e74c5d37e6b40890bad2517526"
checksum = "7149e011edbd588f6df6564b369c75f6b538d76db14053d95e0b43b2d92e4266"
dependencies = [
"alloy-eip2124",
"alloy-eip2930",
"alloy-eip7702",
"alloy-primitives",
"alloy-rlp",
"alloy-serde",
"auto_impl",
"c-kzg",
"derive_more 1.0.0",
"once_cell",
"serde",
]
[[package]]
name = "alloy-genesis"
version = "0.9.2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7d2a7fe5c1a9bd6793829ea21a636f30fc2b3f5d2e7418ba86d96e41dd1f460"
checksum = "acaec0cc4c1489d61d6f33d0c3dd522c750025f4b5c8f59cd546221e4df660e5"
dependencies = [
"alloy-eips",
"alloy-primitives",
@@ -244,9 +259,9 @@ dependencies = [
[[package]]
name = "alloy-serde"
version = "0.9.2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae0465c71d4dced7525f408d84873aeebb71faf807d22d74c4a426430ccd9b55"
checksum = "86aa42c36e3c0db5bd9a7314e98aa261a61d5e3d6a0bd7e51fb8b0a3d6438481"
dependencies = [
"alloy-primitives",
"serde",
@@ -1609,6 +1624,7 @@ dependencies = [
"glob",
"hex",
"libc",
"once_cell",
"serde",
]
@@ -1994,6 +2010,21 @@ dependencies = [
"wasmtime-types",
]
[[package]]
name = "crc"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc32fast"
version = "1.4.2"