From 3687d86589986d2a7ff082cf73b9023d2743ad7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:10:17 +0000 Subject: [PATCH] chore(deps): update tokio-tungstenite requirement from 0.25 to 0.26 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.25.0...v0.25.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5650cbee..bb3bb87b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ tokio-native-tls = "0.3" tokio-rustls = {version = "0.26", default-features = false } tokio-openssl = "0.6" tokio-stream = { version = "0.1", default-features = false } -tokio-tungstenite = { version = "0.25", default-features = false } +tokio-tungstenite = { version = "0.26", default-features = false } tokio-util = "0.7" tower = { version = "0.5", default-features = false } tracing-subscriber = { version = "0.3" }