From 8cf7cb444256a23c5aa546c25e320c4bf597367a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:09:35 +0000 Subject: [PATCH] fix(deps): update rust crate tokio-tungstenite to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df087c1..a9ab015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ hyper-util = { version = "0.1", features = ["client", "client-legacy", "server"] tokio = { version = "1", features = ["bytes", "rt-multi-thread", "signal", "tracing"], optional = true } tokio-stream = { version = "0.1", optional = true } hyper-rustls = { version = "0.26", features = ["rustls-native-certs", "http2"], optional = true } -tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-native-roots"], optional = true } +tokio-tungstenite = { version = "0.22.0", features = ["rustls-tls-native-roots"], optional = true } axum = { version = "0.7", optional = true } tower = { version = "0.4", optional = true }