mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: avoid zstd dependency in reth-evm, reth-evm-ethereum and reth-optimism-evm (#14356)
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -7622,12 +7622,12 @@ dependencies = [
|
||||
"reth-consensus",
|
||||
"reth-consensus-common",
|
||||
"reth-ethereum-forks",
|
||||
"reth-ethereum-primitives",
|
||||
"reth-execution-errors",
|
||||
"reth-execution-types",
|
||||
"reth-metrics",
|
||||
"reth-primitives",
|
||||
"reth-primitives-traits",
|
||||
"reth-revm",
|
||||
"reth-storage-errors",
|
||||
"revm",
|
||||
"revm-primitives",
|
||||
@ -7653,6 +7653,7 @@ dependencies = [
|
||||
"reth-primitives-traits",
|
||||
"reth-revm",
|
||||
"reth-testing-utils",
|
||||
"revm",
|
||||
"revm-primitives",
|
||||
"secp256k1",
|
||||
"serde_json",
|
||||
@ -8876,10 +8877,8 @@ name = "reth-revm"
|
||||
version = "1.1.5"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
"reth-ethereum-forks",
|
||||
"reth-ethereum-primitives",
|
||||
"reth-primitives-traits",
|
||||
"reth-storage-api",
|
||||
"reth-storage-errors",
|
||||
|
||||
Reference in New Issue
Block a user