Extend crates we patch to be empty from the Ethereum ecosystem

`ruint` pulls in many versions of many crates. This has it pull in less.
This commit is contained in:
Luke Parker
2025-12-06 08:27:34 -05:00
parent b24adcbd14
commit 2fb90ebe55
12 changed files with 95 additions and 61 deletions

70
Cargo.lock generated
View File

@@ -2737,25 +2737,11 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]]
name = "fastrlp"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418"
dependencies = [
"arrayvec",
"auto_impl",
"bytes",
]
version = "0.3.99"
[[package]]
name = "fastrlp"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4"
dependencies = [
"arrayvec",
"auto_impl",
"bytes",
]
version = "0.4.99"
[[package]]
name = "fdlimit"
@@ -3845,15 +3831,6 @@ dependencies = [
"xmltree",
]
[[package]]
name = "impl-codec"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
dependencies = [
"parity-scale-codec",
]
[[package]]
name = "impl-codec"
version = "0.7.1"
@@ -3871,7 +3848,7 @@ checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c"
dependencies = [
"integer-sqrt",
"num-traits",
"uint 0.10.0",
"uint",
]
[[package]]
@@ -4383,7 +4360,7 @@ dependencies = [
"smallvec",
"thiserror 2.0.17",
"tracing",
"uint 0.10.0",
"uint",
"web-time",
]
@@ -6017,14 +5994,7 @@ dependencies = [
[[package]]
name = "primitive-types"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
dependencies = [
"fixed-hash",
"impl-codec 0.6.0",
"uint 0.9.5",
]
version = "0.12.99"
[[package]]
name = "primitive-types"
@@ -6033,11 +6003,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721a1da530b5a2633218dc9f75713394c983c352be88d2d7c9ee85e2c4c21794"
dependencies = [
"fixed-hash",
"impl-codec 0.7.1",
"impl-codec",
"impl-num-traits",
"impl-serde",
"scale-info",
"uint 0.10.0",
"uint",
]
[[package]]
@@ -6811,13 +6781,7 @@ dependencies = [
[[package]]
name = "rlp"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
dependencies = [
"bytes",
"rustc-hex",
]
version = "0.5.99"
[[package]]
name = "rocksdb"
@@ -6885,13 +6849,13 @@ dependencies = [
"ark-ff 0.4.99",
"ark-ff 0.5.0",
"bytes",
"fastrlp 0.3.1",
"fastrlp 0.4.0",
"fastrlp 0.3.99",
"fastrlp 0.4.99",
"num-bigint",
"num-integer",
"num-traits",
"parity-scale-codec",
"primitive-types 0.12.2",
"primitive-types 0.12.99",
"proptest",
"rand 0.8.5",
"rand 0.9.2",
@@ -10647,18 +10611,6 @@ version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "uint"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
dependencies = [
"byteorder",
"crunchy",
"hex",
"static_assertions",
]
[[package]]
name = "uint"
version = "0.10.0"