Skip to content

Commit

Permalink
dep: rm unused dependencies (paradigmxyz#10099)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
tcoratger and mattsse authored Aug 6, 2024
1 parent 443f7d5 commit 6150023
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 39 deletions.
18 changes: 0 additions & 18 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/chainspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ derive_more.workspace = true

[dev-dependencies]
# eth
nybbles = { workspace = true, features = ["arbitrary"] }
alloy-trie = { workspace = true, features = ["arbitrary"] }
alloy-eips = { workspace = true, features = ["arbitrary"] }
alloy-rlp = { workspace = true, features = ["arrayvec"] }
alloy-genesis.workspace = true
reth-rpc-types.workspace = true
rand.workspace = true

# op
op-alloy-rpc-types.workspace = true
Expand Down
3 changes: 0 additions & 3 deletions crates/consensus/beacon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ reth-provider = { workspace = true, features = ["test-utils"] }
reth-evm = { workspace = true, features = ["test-utils"] }
reth-network-p2p = { workspace = true, features = ["test-utils"] }
reth-rpc-types-compat.workspace = true
reth-rpc.workspace = true
reth-tracing.workspace = true
reth-revm.workspace = true
reth-downloaders.workspace = true
reth-evm-ethereum.workspace = true
reth-ethereum-engine-primitives.workspace = true
Expand All @@ -78,5 +76,4 @@ optimism = [
"reth-primitives/optimism",
"reth-provider/optimism",
"reth-blockchain-tree/optimism",
"reth-rpc/optimism",
]
1 change: 0 additions & 1 deletion crates/net/discv4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ generic-array.workspace = true
serde = { workspace = true, optional = true }

[dev-dependencies]
reth-chainspec.workspace = true
assert_matches.workspace = true
rand.workspace = true
tokio = { workspace = true, features = ["macros"] }
Expand Down
1 change: 0 additions & 1 deletion crates/optimism/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ reth-revm.workspace = true
reth-execution-errors.workspace = true
reth-execution-types.workspace = true
reth-prune-types.workspace = true
reth-consensus-common.workspace = true

# Optimism
reth-optimism-consensus.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/payload/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ tracing.workspace = true

[dev-dependencies]
revm.workspace = true
serde_json.workspace = true

[features]
test-utils = []
6 changes: 0 additions & 6 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ reth-primitives-traits = { workspace = true, features = ["arbitrary"] }
revm-primitives = { workspace = true, features = ["arbitrary"] }
reth-chainspec.workspace = true
reth-codecs.workspace = true
nybbles = { workspace = true, features = ["arbitrary"] }
alloy-trie = { workspace = true, features = ["arbitrary"] }
alloy-eips = { workspace = true, features = ["arbitrary"] }

assert_matches.workspace = true
Expand All @@ -71,10 +69,8 @@ rand.workspace = true
serde_json.workspace = true
test-fuzz.workspace = true
toml.workspace = true
triehash = "0.8"
modular-bitfield.workspace = true

sucds = "0.8.1"

criterion.workspace = true
pprof = { workspace = true, features = [
Expand All @@ -93,8 +89,6 @@ arbitrary = [
"revm-primitives/arbitrary",
"reth-chainspec?/arbitrary",
"reth-ethereum-forks/arbitrary",
"nybbles/arbitrary",
"alloy-trie/arbitrary",
"alloy-eips/arbitrary",
"dep:arbitrary",
"dep:proptest",
Expand Down
2 changes: 0 additions & 2 deletions crates/rpc/rpc-layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ tracing.workspace = true

[dev-dependencies]
reqwest.workspace = true
assert_matches.workspace = true
tokio = { workspace = true, features = ["macros"] }
tempfile.workspace = true
jsonrpsee = { workspace = true, features = ["server"] }
1 change: 0 additions & 1 deletion crates/rpc/rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ alloy-primitives = { workspace = true, features = ["rand", "rlp", "serde", "arbi
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
rand.workspace = true
similar-asserts.workspace = true
bytes.workspace = true
serde_json.workspace = true

Expand Down
1 change: 0 additions & 1 deletion crates/storage/db-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-codecs.workspace = true

rand.workspace = true
serde_json.workspace = true

test-fuzz.workspace = true

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 @@ -35,10 +35,8 @@ arbitrary = { workspace = true, features = ["derive"], optional = true }

[dev-dependencies]
arbitrary = { workspace = true, features = ["derive"] }
assert_matches.workspace = true
proptest.workspace = true
proptest-arbitrary-interop.workspace = true
serde_json.workspace = true
test-fuzz.workspace = true
toml.workspace = true
hash-db = "=0.15.2"
Expand Down

0 comments on commit 6150023

Please sign in to comment.