fix(bin): process metrics version mismatch (#5985)

This commit is contained in:
Alexey Shekhirin
2024-01-09 16:59:55 +00:00
committed by GitHub
parent 6ad221fd28
commit a1225be077
23 changed files with 69 additions and 55 deletions

View File

@ -76,7 +76,7 @@ toml = { workspace = true, features = ["display"] }
# metrics
metrics-exporter-prometheus = "0.12.1"
metrics-util = "0.15.0"
metrics-process = "1.0.9"
metrics-process = "=1.0.14"
reth-metrics.workspace = true
metrics.workspace = true
once_cell.workspace = true