From a04fab43fb8c7851f53c7ee9c445c4eb5dfc224f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 12 Nov 2022 14:57:21 +0100 Subject: [PATCH] Upgrade async-tungstenite to version 0.18 --- Cargo.lock | 4 ++-- aquatic_ws/Cargo.toml | 2 +- aquatic_ws_load_test/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bab3f8..38119be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/aquatic_ws/Cargo.toml b/aquatic_ws/Cargo.toml index e373f70..fd127bd 100644 --- a/aquatic_ws/Cargo.toml +++ b/aquatic_ws/Cargo.toml @@ -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" diff --git a/aquatic_ws_load_test/Cargo.toml b/aquatic_ws_load_test/Cargo.toml index 0c679ee..a6a407b 100644 --- a/aquatic_ws_load_test/Cargo.toml +++ b/aquatic_ws_load_test/Cargo.toml @@ -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"