Skip to content

Commit

Permalink
chore: flatten more deps (paradigmxyz#7824)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Apr 23, 2024
1 parent ce1e401 commit a8a434d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions crates/rpc/rpc-engine-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc/rpc-engine-api/src/engine_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a8a434d

Please sign in to comment.