chore(deps): rm builder dep (#8043)

This commit is contained in:
Matthias Seitz
2024-05-02 12:49:54 +02:00
committed by GitHub
parent bb7f1135d0
commit 978be33a99
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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")]