ws: upgrade tungstenite

This commit is contained in:
Joakim Frostegård 2023-10-18 23:11:06 +02:00
parent 1667339ee5
commit c2f7b6ed92
6 changed files with 13 additions and 10 deletions

View file

@ -28,7 +28,7 @@ aquatic_toml_config.workspace = true
aquatic_ws_protocol.workspace = true
anyhow = "1"
async-tungstenite = "0.22"
async-tungstenite = "0.23"
cfg-if = "1"
futures = "0.3"
futures-lite = "1"
@ -49,7 +49,7 @@ serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }
slab = "0.4"
socket2 = { version = "0.5", features = ["all"] }
tungstenite = "0.19"
tungstenite = "0.20"
[dev-dependencies]
quickcheck = "1"