Upgrade async-tungstenite to v0.25

This commit is contained in:
Joakim Frostegård 2024-04-25 22:38:41 +02:00
parent 69294ea201
commit efa10015e5
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -456,9 +456,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "async-tungstenite"
version = "0.24.0"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
dependencies = [
"futures-io",
"futures-util",

View file

@ -32,7 +32,7 @@ aquatic_toml_config.workspace = true
aquatic_ws_protocol.workspace = true
anyhow = "1"
async-tungstenite = "0.24"
async-tungstenite = "0.25"
arc-swap = "1"
cfg-if = "1"
futures = "0.3"

View file

@ -20,7 +20,7 @@ aquatic_toml_config.workspace = true
aquatic_ws_protocol.workspace = true
anyhow = "1"
async-tungstenite = "0.24"
async-tungstenite = "0.25"
futures = "0.3"
futures-rustls = "0.26"
glommio = "0.8"