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

@ -19,7 +19,7 @@ aquatic_toml_config.workspace = true
aquatic_ws_protocol.workspace = true
anyhow = "1"
async-tungstenite = "0.22"
async-tungstenite = "0.23"
futures = "0.3"
futures-rustls = "0.24"
glommio = "0.8"
@ -30,7 +30,7 @@ rand_distr = "0.4"
rustls = { version = "0.21", default-features = false, features = ["dangerous_configuration"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tungstenite = "0.19"
tungstenite = "0.20"
[dev-dependencies]
quickcheck = "1"