chore: rm unused rpc-engine-api deps (#2053)

This commit is contained in:
Matthias Seitz
2023-03-31 12:07:38 +02:00
committed by GitHub
parent cda66470d1
commit 8e7807138e
3 changed files with 1 additions and 9 deletions

View File

@ -11,8 +11,6 @@ description = "Implementation of Engine API"
reth-primitives = { path = "../../primitives" }
reth-interfaces = { path = "../../interfaces" }
reth-provider = { path = "../../storage/provider" }
reth-executor = { path = "../../executor" }
reth-revm = { path = "../../revm" }
reth-rpc-types = { path = "../rpc-types" }
reth-beacon-consensus = { path = "../../consensus/beacon" }
@ -21,9 +19,6 @@ futures = "0.3"
tokio = { version = "1", features = ["sync"] }
tokio-stream = "0.1"
# tracing
tracing = "0.1"
# misc
thiserror = "1.0.37"