Update async-tungstenite to v0.20

This commit is contained in:
Joakim Frostegård 2023-04-10 00:29:58 +02:00
parent b609f77be9
commit 4a6fbc6df0
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -373,9 +373,9 @@ dependencies = [
[[package]]
name = "async-tungstenite"
version = "0.19.0"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6acf7e4a267eecbb127ed696bb2d50572c22ba7f586a646321e1798d8336a1"
checksum = "1e0388bb7a400072bbb41ceb75d65c3baefb2ea99672fa22e85278452cd9b58b"
dependencies = [
"futures-io",
"futures-util",

View file

@ -27,7 +27,7 @@ aquatic_toml_config.workspace = true
aquatic_ws_protocol.workspace = true
anyhow = "1"
async-tungstenite = "0.19"
async-tungstenite = "0.20"
cfg-if = "1"
futures = "0.3"
futures-lite = "1"

View file

@ -19,7 +19,7 @@ aquatic_toml_config.workspace = true
aquatic_ws_protocol.workspace = true
anyhow = "1"
async-tungstenite = "0.19"
async-tungstenite = "0.20"
futures = "0.3"
futures-rustls = "0.24"
glommio = "0.8"