Upgrade tungstenite to 0.18, async-tungstenite to 0.19

This commit is contained in:
Joakim Frostegård 2023-01-03 18:45:02 +01:00
parent f18348d1d0
commit d53d0a64e6
4 changed files with 10 additions and 21 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.17"
tungstenite = "0.18"
[dev-dependencies]
criterion = "0.3"