Upgrade tungstenite to version 0.12

This commit is contained in:
Joakim Frostegård 2021-02-04 19:46:10 +01:00
parent f9626ade57
commit 405df71371
5 changed files with 33 additions and 96 deletions

View file

@ -22,7 +22,7 @@ hashbrown = { version = "0.9", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
simd-json = { version = "0.3", features = ["allow-non-simd"] }
tungstenite = "0.11"
tungstenite = "0.12"
[dev-dependencies]
criterion = "0.3"