chore: remove rpc-layer dep (#8395)

This commit is contained in:
Matthias Seitz
2024-05-25 14:36:01 +02:00
committed by GitHub
parent df83befcff
commit a6cfa2c089
4 changed files with 6 additions and 4 deletions

View File

@ -24,7 +24,6 @@ reth-rpc.workspace = true
reth-rpc-types.workspace = true
reth-rpc-types-compat.workspace = true
reth-rpc-api = { workspace = true, features = ["client"] }
reth-rpc-layer.workspace = true
reth-transaction-pool.workspace = true
reth-tracing.workspace = true
reth-config.workspace = true
@ -38,6 +37,9 @@ reth-tasks.workspace = true
reth-consensus-common.workspace = true
reth-beacon-consensus.workspace = true
# ethereum
alloy-rpc-types-engine.workspace = true
# ethereum
discv5.workspace = true