chore: simplify workspace = true usage (#3930)

This commit is contained in:
Matthias Seitz
2023-07-26 17:21:09 +02:00
committed by GitHub
parent caa26833a5
commit 8cdb097829
39 changed files with 274 additions and 274 deletions

View File

@ -15,17 +15,17 @@ normal = [
[dependencies]
# reth
reth-primitives = { workspace = true }
reth-interfaces = { workspace = true }
reth-primitives.workspace = true
reth-interfaces.workspace = true
reth-db = { path = "../storage/db" }
reth-metrics = { workspace = true, features = ["common"] }
reth-provider = { workspace = true }
reth-provider.workspace = true
reth-stages = { path = "../stages" }
# common
parking_lot = { version = "0.12" }
lru = "0.10"
tracing = { workspace = true }
tracing.workspace = true
# mics
aquamarine = "0.3.0"