dep: move metrics to workspace (#4289)

This commit is contained in:
Roman Krasiuk
2023-08-21 12:33:50 +03:00
committed by GitHub
parent 5c88193328
commit 7f9116b747
18 changed files with 18 additions and 17 deletions

View File

@ -13,7 +13,7 @@ description = "reth metrics utilities"
reth-metrics-derive = { path = "./metrics-derive" }
# metrics
metrics = "0.21.1"
metrics.workspace = true
# async
tokio = { workspace = true, features = ["full"], optional = true }

View File

@ -18,6 +18,6 @@ regex = "1.6.0"
once_cell = "1.17.0"
[dev-dependencies]
metrics = "0.21.1"
metrics.workspace = true
trybuild = "1.0"
serial_test = "0.10"