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

@ -37,7 +37,7 @@ serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }
slab = "0.4"
toml_config = "0.1.0"
tungstenite = "0.16"
tungstenite = "0.17"
# mio
crossbeam-channel = { version = "0.5", optional = true }
@ -47,7 +47,7 @@ parking_lot = { version = "0.12", optional = true }
socket2 = { version = "0.4", features = ["all"], optional = true }
# glommio
async-tungstenite = { version = "0.16", optional = true }
async-tungstenite = { version = "0.17", optional = true }
futures-lite = { version = "1", optional = true }
futures = { version = "0.3", optional = true }
futures-rustls = { version = "0.22", optional = true }