chore: flatten more deps (#7824)

This commit is contained in:
Matthias Seitz
2024-04-23 21:06:12 +02:00
committed by GitHub
parent ce1e401d21
commit a8a434d2c4
3 changed files with 6 additions and 6 deletions

View File

@ -39,12 +39,13 @@ tracing.workspace = true
serde.workspace = true
[dev-dependencies]
alloy-rlp.workspace = true
reth-node-ethereum.workspace = true
reth-node-optimism.workspace = true
reth-ethereum-engine-primitives.workspace = true
reth-interfaces = { workspace = true, features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-payload-builder = { workspace = true, features = ["test-utils"] }
alloy-rlp.workspace = true
assert_matches.workspace = true
[features]

View File

@ -712,8 +712,8 @@ mod tests {
use super::*;
use assert_matches::assert_matches;
use reth_beacon_consensus::BeaconEngineMessage;
use reth_ethereum_engine_primitives::EthEngineTypes;
use reth_interfaces::test_utils::generators::random_block;
use reth_node_ethereum::EthEngineTypes;
use reth_payload_builder::test_utils::spawn_test_payload_service;
use reth_primitives::{SealedBlock, B256, MAINNET};
use reth_provider::test_utils::MockEthProvider;