chore: bump metrics (#4265)

This commit is contained in:
Alexey Shekhirin
2023-08-18 15:57:28 +01:00
committed by GitHub
parent efab153cd9
commit 2904745650
35 changed files with 113 additions and 117 deletions

View File

@ -15,13 +15,14 @@ tokio = { workspace = true, features = ["sync", "rt"] }
tracing-futures = "0.2"
futures-util.workspace = true
## metrics
reth-metrics.workspace = true
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
## misc
tracing.workspace = true
thiserror.workspace = true
dyn-clone = "1.0"
## rpc/metrics
reth-metrics.workspace = true
[dev-dependencies]
tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread", "time", "macros"] }