deps: remove reth-metrics-derive for metrics-derive (#11335)

This commit is contained in:
Roman Krasiuk
2024-09-30 14:13:56 +02:00
committed by GitHub
parent bf679b430e
commit e8153e5e2c
16 changed files with 17 additions and 1324 deletions

View File

@ -12,11 +12,9 @@ description = "reth metrics utilities"
workspace = true
[dependencies]
# reth
reth-metrics-derive.workspace = true
# metrics
metrics.workspace = true
metrics-derive.workspace = true
# async
tokio = { workspace = true, features = ["full"], optional = true }