chore: remove unnecessary test-utils usage in reth cli (#5993)

This commit is contained in:
Dan Cline
2024-01-09 17:03:49 -05:00
committed by GitHub
parent 19f481006b
commit 57ebe9daed

View File

@ -22,12 +22,11 @@ normal = [
# reth
reth-config.workspace = true
reth-primitives = { workspace = true, features = ["arbitrary", "clap"] }
reth-db = { workspace = true, features = ["mdbx", "test-utils"] }
# TODO: Temporary use of the test-utils feature
reth-provider = { workspace = true, features = ["test-utils"] }
reth-db = { workspace = true, features = ["mdbx"] }
reth-provider = { workspace = true }
reth-revm.workspace = true
reth-stages.workspace = true
reth-interfaces = { workspace = true, features = ["test-utils", "clap"] }
reth-interfaces = { workspace = true, features = ["clap"] }
reth-transaction-pool.workspace = true
reth-beacon-consensus.workspace = true
reth-auto-seal-consensus.workspace = true