chore: use workspace dependencies (#3132)

This commit is contained in:
Waylon Jepsen
2023-06-13 16:46:26 -06:00
committed by GitHub
parent fe40a92f06
commit ea2fcee995
42 changed files with 383 additions and 354 deletions

View File

@ -16,7 +16,7 @@ reth-metrics-derive = { path = "./metrics-derive" }
metrics = "0.20.1"
# async
tokio = { version = "1.21.2", features = ["full"], optional = true }
tokio = { workspace = true, features = ["full"], optional = true }
[features]
common = ["tokio"]