mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump metrics (#4265)
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user