Update tungstenite to version 0.13

This commit is contained in:
Joakim Frostegård 2021-02-10 18:29:41 +01:00
parent 7aad1a276e
commit f728669401
4 changed files with 26 additions and 5 deletions

View file

@ -21,7 +21,7 @@ rand_distr = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
slab = "0.4"
tungstenite = "0.12"
tungstenite = "0.13"
[dev-dependencies]
quickcheck = "1.0"