Upgrade tungstenite

This commit is contained in:
Joakim Frostegård 2021-08-16 23:22:56 +02:00
parent 81dca0fb50
commit fae0692f90
5 changed files with 8 additions and 19 deletions

View file

@ -34,7 +34,7 @@ privdrop = "0.5"
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
socket2 = { version = "0.4.1", features = ["all"] }
tungstenite = "0.13"
tungstenite = "0.15"
[dev-dependencies]
quickcheck = "1.0"