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

@ -18,7 +18,6 @@ normal = [
reth-primitives.workspace = true
reth-interfaces.workspace = true
reth-db = { path = "../storage/db" }
reth-metrics = { workspace = true, features = ["common"] }
reth-provider.workspace = true
reth-stages = { path = "../stages" }
@ -27,7 +26,11 @@ parking_lot.workspace = true
lru = "0.10"
tracing.workspace = true
# mics
# metrics
reth-metrics = { workspace = true, features = ["common"] }
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
# misc
aquamarine = "0.3.0"
linked_hash_set = "0.1.4"