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:
@ -14,7 +14,6 @@ reth-interfaces.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-db = { path = "../../storage/db" }
|
||||
reth-tasks.workspace = true
|
||||
reth-metrics.workspace = true
|
||||
|
||||
# async
|
||||
futures.workspace = true
|
||||
@ -24,6 +23,10 @@ tokio = { workspace = true, features = ["sync"] }
|
||||
tokio-stream.workspace = true
|
||||
tokio-util = { workspace = true, features = ["codec"] }
|
||||
|
||||
# metrics
|
||||
reth-metrics.workspace = true
|
||||
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
|
||||
|
||||
# misc
|
||||
tracing.workspace = true
|
||||
rayon.workspace = true
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
use reth_interfaces::p2p::error::DownloadError;
|
||||
use reth_metrics::{
|
||||
metrics::{self, Counter, Gauge},
|
||||
metrics::{Counter, Gauge},
|
||||
Metrics,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user