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

@ -13,7 +13,7 @@ description = "reth metrics utilities"
reth-metrics-derive = { path = "./metrics-derive" }
# metrics
metrics = "0.20.1"
metrics = "0.21.1"
# async
tokio = { workspace = true, features = ["full"], optional = true }

View File

@ -18,6 +18,6 @@ regex = "1.6.0"
once_cell = "1.17.0"
[dev-dependencies]
metrics = "0.20.1"
metrics = "0.21.1"
trybuild = "1.0"
serial_test = "0.10"