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

@ -27,7 +27,7 @@ serde_json = "1"
# simd-json version 0.7 seems to have bugs in string parsing
# with custom visitor, where it includes quotes in strings
simd-json = { version = "0.6", features = ["allow-non-simd"] }
tungstenite = "0.18"
tungstenite = "0.19"
[dev-dependencies]
criterion = "0.4"