mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): rm builder dep (#8043)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -6453,9 +6453,9 @@ dependencies = [
|
||||
"parking_lot 0.12.2",
|
||||
"reth-consensus",
|
||||
"reth-db",
|
||||
"reth-evm-ethereum",
|
||||
"reth-interfaces",
|
||||
"reth-metrics",
|
||||
"reth-node-ethereum",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
"reth-revm",
|
||||
|
||||
@ -41,7 +41,7 @@ reth-interfaces = { workspace = true, features = ["test-utils"] }
|
||||
reth-primitives = { workspace = true , features = ["test-utils"] }
|
||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
reth-revm.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
reth-evm-ethereum.workspace = true
|
||||
parking_lot.workspace = true
|
||||
assert_matches.workspace = true
|
||||
|
||||
|
||||
@ -1273,7 +1273,7 @@ mod tests {
|
||||
use linked_hash_set::LinkedHashSet;
|
||||
use reth_consensus::test_utils::TestConsensus;
|
||||
use reth_db::{tables, test_utils::TempDatabase, transaction::DbTxMut, DatabaseEnv};
|
||||
use reth_node_ethereum::EthEvmConfig;
|
||||
use reth_evm_ethereum::EthEvmConfig;
|
||||
#[cfg(not(feature = "optimism"))]
|
||||
use reth_primitives::proofs::calculate_receipt_root;
|
||||
#[cfg(feature = "optimism")]
|
||||
|
||||
Reference in New Issue
Block a user