Upgrade async-tungstenite to version 0.18

This commit is contained in:
Joakim Frostegård 2022-11-12 14:57:21 +01:00
parent 37f8078320
commit a04fab43fb
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -395,9 +395,9 @@ dependencies = [
[[package]]
name = "async-tungstenite"
version = "0.17.2"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1b71b31561643aa8e7df3effe284fa83ab1a840e52294c5f4bd7bfd8b2becbb"
checksum = "4b750efd83b7e716a015eed5ebb583cda83c52d9b24a8f0125e5c48c3313c9f8"
dependencies = [
"futures-io",
"futures-util",

View file

@ -22,7 +22,7 @@ aquatic_toml_config.workspace = true
aquatic_ws_protocol.workspace = true
anyhow = "1"
async-tungstenite = "0.17"
async-tungstenite = "0.18"
cfg-if = "1"
either = "1"
futures = "0.3"

View file

@ -19,7 +19,7 @@ aquatic_toml_config.workspace = true
aquatic_ws_protocol.workspace = true
anyhow = "1"
async-tungstenite = "0.17"
async-tungstenite = "0.18"
futures = "0.3"
futures-rustls = "0.22"
glommio = "0.7"