Upgrade metrics dependencies

This commit is contained in:
Joakim Frostegård 2025-01-12 22:15:27 +01:00
parent ea06ffd513
commit 19448fbc84
7 changed files with 35 additions and 39 deletions

View file

@ -56,8 +56,8 @@ socket2 = { version = "0.5", features = ["all"] }
tungstenite = "0.21"
# metrics feature
metrics = { version = "0.22", optional = true }
metrics-util = { version = "0.16", optional = true }
metrics = { version = "0.24", optional = true }
metrics-util = { version = "0.19", optional = true }
# mimalloc feature
mimalloc = { version = "0.1", default-features = false, optional = true }