Update tungstenite and async-tungstenite to 0.17

This commit is contained in:
Joakim Frostegård 2022-02-19 14:48:57 +01:00
parent 7c8c67b847
commit 8abdf702b7
4 changed files with 27 additions and 24 deletions

View file

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