Skip to content

Commit

Permalink
dev: remove unused dev-deps (paradigmxyz#10813)
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 authored Sep 11, 2024
1 parent 60dcea8 commit f6b2021
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 32 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions crates/engine/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@ pin-project.workspace = true
thiserror.workspace = true

[dev-dependencies]
reth-blockchain-tree.workspace = true
reth-consensus.workspace = true
reth-engine-tree = { workspace = true, features = ["test-utils"] }
reth-ethereum-engine-primitives.workspace = true
reth-evm-ethereum.workspace = true
reth-exex-types.workspace = true
reth-primitives.workspace = true
reth-prune-types.workspace = true
reth-chainspec.workspace = true

tokio = { workspace = true, features = ["sync"] }
Expand Down
11 changes: 0 additions & 11 deletions crates/storage/db-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,10 @@ rand.workspace = true

test-fuzz.workspace = true

pprof = { workspace = true, features = [
"flamegraph",
"frame-pointer",
"criterion",
] }
criterion.workspace = true
iai-callgrind.workspace = true

arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-arbitrary-interop.workspace = true


assert_matches.workspace = true

[features]
test-utils = ["arbitrary"]
arbitrary = [
Expand Down
2 changes: 0 additions & 2 deletions crates/trie/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ arbitrary = { workspace = true, features = ["derive"], optional = true }
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-arbitrary-interop.workspace = true
test-fuzz.workspace = true
toml.workspace = true
hash-db = "=0.15.2"
plain_hasher = "0.2"

Expand Down
1 change: 0 additions & 1 deletion crates/trie/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ tokio = { workspace = true, default-features = false, features = [
tokio-stream.workspace = true
serde_json.workspace = true
similar-asserts.workspace = true
criterion.workspace = true

[features]
metrics = ["reth-metrics", "reth-trie/metrics", "dep:metrics"]
Expand Down
3 changes: 0 additions & 3 deletions crates/trie/trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ serde = { workspace = true, optional = true }
# reth
reth-chainspec.workspace = true
reth-primitives = { workspace = true, features = ["test-utils", "arbitrary"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-trie-common = { workspace = true, features = ["test-utils", "arbitrary"] }

# trie
Expand All @@ -62,9 +61,7 @@ tokio = { workspace = true, default-features = false, features = [
"rt",
"macros",
] }
tokio-stream.workspace = true
serde_json.workspace = true
similar-asserts.workspace = true
criterion.workspace = true

[features]
Expand Down

0 comments on commit f6b2021

Please sign in to comment.