Upgrade metrics, metrics-exporter, tungstenite & async-tungstenite

This commit is contained in:
Joakim Frostegård 2023-06-03 18:03:51 +02:00
parent bb3857d018
commit 8734855c49
6 changed files with 45 additions and 92 deletions

View file

@ -36,8 +36,8 @@ glommio = "0.8"
itoa = "1"
libc = "0.2"
log = "0.4"
metrics = { version = "0.20", optional = true }
metrics-exporter-prometheus = { version = "0.11", optional = true, default-features = false, features = ["http-listener"] }
metrics = { version = "0.21", optional = true }
metrics-exporter-prometheus = { version = "0.12", optional = true, default-features = false, features = ["http-listener"] }
mimalloc = { version = "0.1", default-features = false }
memchr = "2"
privdrop = "0.5"