Skip to content

Commit 151f92d

Browse files
authored
chore(deps): remove duplicate dev-dependencies (paradigmxyz#22880)
1 parent c1ae2af commit 151f92d

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

crates/engine/tree/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ revm-state.workspace = true
100100
assert_matches.workspace = true
101101
eyre.workspace = true
102102
serde_json.workspace = true
103-
crossbeam-channel.workspace = true
104103
proptest.workspace = true
105104
rand.workspace = true
106105
rand_08.workspace = true

crates/node/metrics/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ tikv-jemalloc-ctl = { workspace = true, optional = true, features = ["stats"] }
4040
procfs = "0.18.0"
4141

4242
[dev-dependencies]
43-
reqwest.workspace = true
4443
socket2.workspace = true
4544

4645
[lints]

crates/prune/prune/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ rocksdb = ["reth-provider/rocksdb"]
5050
reth-db = { workspace = true, features = ["test-utils"] }
5151
reth-stages = { workspace = true, features = ["test-utils", "rocksdb"] }
5252
reth-primitives-traits = { workspace = true, features = ["arbitrary"] }
53-
reth-storage-api.workspace = true
5453
reth-testing-utils.workspace = true
5554
reth-tracing.workspace = true
5655

crates/rpc/rpc-api/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ client = [
5050
]
5151

5252
[dev-dependencies]
53-
serde_json = { workspace = true }
5453
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
5554
jsonrpsee = { workspace = true, features = ["client", "async-client", "http-client"] }

crates/rpc/rpc-builder/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ reth-ethereum-engine-primitives.workspace = true
6464
reth-payload-builder = { workspace = true, features = ["test-utils"] }
6565
reth-provider = { workspace = true, features = ["test-utils"] }
6666
reth-rpc-api = { workspace = true, features = ["client"] }
67-
reth-rpc-engine-api.workspace = true
6867
reth-tracing.workspace = true
6968
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
7069
reth-node-ethereum.workspace = true

crates/rpc/rpc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ derive_more.workspace = true
9494
itertools.workspace = true
9595

9696
[dev-dependencies]
97-
reth-ethereum-primitives.workspace = true
9897
reth-testing-utils.workspace = true
9998
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
10099
reth-provider = { workspace = true, features = ["test-utils"] }

crates/transaction-pool/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ proptest.workspace = true
7373
proptest-arbitrary-interop.workspace = true
7474
assert_matches.workspace = true
7575
tempfile.workspace = true
76-
serde_json.workspace = true
7776
tokio = { workspace = true, features = ["rt-multi-thread"] }
7877
futures.workspace = true
7978

0 commit comments

Comments
 (0)