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

@ -17,7 +17,7 @@ futures-util.workspace = true
## metrics
reth-metrics.workspace = true
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
metrics.workspace = true
## misc
tracing.workspace = true