mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
dep: move metrics to workspace (#4289)
This commit is contained in:
@ -25,7 +25,7 @@ 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
|
||||
metrics.workspace = true
|
||||
|
||||
# misc
|
||||
tracing.workspace = true
|
||||
|
||||
@ -27,7 +27,7 @@ reth-rlp = { workspace = true, features = [
|
||||
|
||||
# metrics
|
||||
reth-metrics.workspace = true
|
||||
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
|
||||
metrics.workspace = true
|
||||
|
||||
# used for Chain and builders
|
||||
ethers-core = { workspace = true, default-features = false }
|
||||
|
||||
@ -47,7 +47,7 @@ serde_json = { workspace = true, optional = true }
|
||||
|
||||
# metrics
|
||||
reth-metrics = { workspace = true, features = ["common"] }
|
||||
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
|
||||
metrics.workspace = true
|
||||
|
||||
# misc
|
||||
auto_impl = "1"
|
||||
|
||||
Reference in New Issue
Block a user