Upgrade tungstenite to 0.18, async-tungstenite to 0.19

This commit is contained in:
Joakim Frostegård 2023-01-03 18:45:02 +01:00
parent f18348d1d0
commit d53d0a64e6
4 changed files with 10 additions and 21 deletions

View file

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