Skip to content

Commit

Permalink
chore(deps): remove useless deps (#8453)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener authored May 29, 2024
1 parent 97cb383 commit e21a257
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 86 deletions.
47 changes: 0 additions & 47 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions crates/e2e-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ repository.workspace = true

[dependencies]
reth.workspace = true
reth-node-core.workspace = true
reth-primitives.workspace = true
reth-node-ethereum.workspace = true
reth-tracing.workspace = true
reth-db.workspace = true
reth-rpc.workspace = true
Expand All @@ -29,8 +27,6 @@ eyre.workspace = true
tokio.workspace = true
tokio-stream.workspace = true
serde_json.workspace = true
rand.workspace = true
secp256k1.workspace = true
alloy-signer.workspace = true
alloy-signer-wallet = { workspace = true, features = ["mnemonic"] }
alloy-rpc-types.workspace = true
Expand Down
5 changes: 0 additions & 5 deletions crates/net/eth-wire-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ reth-tracing.workspace = true
test-fuzz.workspace = true
tokio-util = { workspace = true, features = ["io", "codec"] }
rand.workspace = true
secp256k1 = { workspace = true, features = [
"global-context",
"rand-std",
"recovery",
] }

arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions crates/net/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pin-project.workspace = true
tokio = { workspace = true, features = ["io-util", "net", "macros", "rt-multi-thread", "time"] }
tokio-stream.workspace = true
tokio-util = { workspace = true, features = ["codec"] }
futures-test = "0.3.30"

# io
serde = { workspace = true, optional = true }
Expand All @@ -59,7 +58,6 @@ tracing.workspace = true
fnv = "1.0"
thiserror.workspace = true
parking_lot.workspace = true
linked_hash_set = "0.1"
rand.workspace = true
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
derive_more.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions crates/net/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ parking_lot = { workspace = true, optional = true }
reth-consensus = { workspace = true, features = ["test-utils"] }

parking_lot.workspace = true
rand.workspace = true
tokio = { workspace = true, features = ["full"] }
secp256k1 = { workspace = true, features = ["alloc", "recovery", "rand"] }

[features]
test-utils = ["reth-consensus/test-utils", "parking_lot"]
3 changes: 0 additions & 3 deletions crates/node-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ procfs = "0.16.0"
[dev-dependencies]
# test vectors generation
proptest.workspace = true
tempfile.workspace = true
jsonrpsee.workspace = true
assert_matches.workspace = true

[features]
optimism = [
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 @@ -37,6 +37,5 @@ reth-revm = { workspace = true, features = ["test-utils"] }
optimism = [
"reth-primitives/optimism",
"reth-provider/optimism",
"revm-primitives/optimism",
"reth-optimism-consensus/optimism",
]
1 change: 0 additions & 1 deletion crates/optimism/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ reth-evm.workspace = true
reth-revm.workspace = true
reth-evm-optimism.workspace = true
reth-beacon-consensus.workspace = true
revm.workspace = true
revm-primitives.workspace = true

# async
Expand Down
3 changes: 0 additions & 3 deletions crates/prune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ reth-db = { workspace = true, features = ["test-utils"] }
reth-stages = { workspace = true, features = ["test-utils"] }
reth-tracing.workspace = true

# misc
derive_more.workspace = true

assert_matches.workspace = true
4 changes: 0 additions & 4 deletions crates/static-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ reth-storage-errors.workspace = true
reth-nippy-jar.workspace = true
reth-tokio-util.workspace = true

# async
tokio.workspace = true
tokio-stream.workspace = true

# misc
tracing.workspace = true
rayon.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ alloy-rlp.workspace = true
tracing.workspace = true

# misc
thiserror.workspace = true
derive_more.workspace = true
auto_impl.workspace = true

Expand Down
3 changes: 0 additions & 3 deletions examples/exex/minimal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ license.workspace = true
reth.workspace = true
reth-exex.workspace = true
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-node-ethereum.workspace = true
reth-primitives.workspace = true
reth-tracing.workspace = true

eyre.workspace = true
tokio.workspace = true
futures.workspace = true
3 changes: 0 additions & 3 deletions examples/exex/op-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ license.workspace = true
reth.workspace = true
reth-exex.workspace = true
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-node-ethereum.workspace = true
reth-primitives.workspace = true
reth-provider.workspace = true
reth-tracing.workspace = true

eyre.workspace = true
tokio.workspace = true
futures.workspace = true
alloy-sol-types = { workspace = true, features = ["json"] }
itertools.workspace = true
rusqlite = { version = "0.31.0", features = ["bundled"] }
4 changes: 0 additions & 4 deletions examples/exex/rollup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,16 @@ license.workspace = true
[dependencies]
# reth
reth.workspace = true
reth-cli-runner.workspace = true
reth-exex.workspace = true
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-node-ethereum.workspace = true
reth-primitives.workspace = true
reth-execution-errors.workspace = true
reth-provider.workspace = true
reth-revm.workspace = true
reth-tracing.workspace = true
reth-trie.workspace = true

# async
futures.workspace = true
tokio.workspace = true

# misc
Expand Down
1 change: 0 additions & 1 deletion examples/node-custom-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ reth-node-ethereum.workspace = true

clap = { workspace = true, features = ["derive"] }
jsonrpsee = { workspace = true, features = ["server", "macros"] }
eyre.workspace = true

[dev-dependencies]
tokio.workspace = true
2 changes: 0 additions & 2 deletions testing/ef-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ reth-db = { workspace = true, features = ["mdbx", "test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-stages.workspace = true
reth-interfaces.workspace = true
reth-revm.workspace = true
reth-evm-ethereum.workspace = true

alloy-rlp.workspace = true
tokio.workspace = true
walkdir = "2.3.3"
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit e21a257

Please sign in to comment.