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

@ -27,7 +27,7 @@ reth-rlp = { workspace = true, features = [
# metrics
reth-metrics.workspace = true
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
metrics.workspace = true
# used for Chain and builders
ethers-core = { workspace = true, default-features = false }