chore(deps): rm provider dep (#9006)

This commit is contained in:
Matthias Seitz
2024-06-21 01:29:10 +02:00
committed by GitHub
parent a03306eb94
commit d6072e79f3
4 changed files with 7 additions and 6 deletions

View File

@ -13,13 +13,13 @@ workspace = true
[dependencies]
# reth
reth-primitives.workspace = true
reth-network-p2p.workspace = true
reth-tasks.workspace = true
reth-provider.workspace = true
reth-config.workspace = true
reth-consensus.workspace = true
reth-network-p2p.workspace = true
reth-network-peers.workspace = true
reth-primitives.workspace = true
reth-storage-api.workspace = true
reth-tasks.workspace = true
# optional deps for the test-utils feature
reth-db = { workspace = true, optional = true }