From 28c51226ce69bc907888cc166711794339009cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:43:20 +0000 Subject: [PATCH] chore(deps): bump the tungstenite group across 1 directory with 2 updates Updates the requirements on [hyper-tungstenite](https://github.com/de-vri-es/hyper-tungstenite-rs) and [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. Updates `hyper-tungstenite` to 0.16.0 - [Changelog](https://github.com/de-vri-es/hyper-tungstenite-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/de-vri-es/hyper-tungstenite-rs/compare/v0.15.0...v0.16.0) Updates `tokio-tungstenite` to 0.26.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.24.0...v0.26.0) --- updated-dependencies: - dependency-name: hyper-tungstenite dependency-type: direct:production dependency-group: tungstenite - dependency-name: tokio-tungstenite dependency-type: direct:production dependency-group: tungstenite ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 506c714..4c54574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ http-body-util = "0.1.0" hyper = "1.1.0" hyper-rustls = { version = "0.27.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true } hyper-tls = { version = "0.6.0", optional = true } -hyper-tungstenite = "0.15.0" +hyper-tungstenite = "0.16.0" hyper-util = { version="0.1.3", features = ["client-legacy", "server", "http1"] } moka = { version = "0.12.0", features = ["future"], optional = true } openssl = { version = "0.10.46", optional = true } @@ -38,7 +38,7 @@ tokio = { version = "1.24.2", features = ["macros", "rt"] } tokio-graceful = "0.2.0" tokio-native-tls = { version = "0.3.1", optional = true } tokio-rustls = { version = "0.26.0", features = ["logging", "tls12"] } -tokio-tungstenite = "0.24.0" +tokio-tungstenite = "0.26.0" tokio-util = { version = "0.7.1", features = ["io"], optional = true } tracing = { version = "0.1.35", features = ["log"] }