From 106348ad34becad411d0626d5729979f94af5699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:02:49 +0000 Subject: [PATCH] chore(deps): bump the tungstenite group 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.13.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.11.1...v0.13.0) Updates `tokio-tungstenite` to 0.21.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.20.0...v0.21.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 483e1c9..76c88e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ http = "0.2.0" hyper = { version = "0.14.15", features = ["client", "http1", "server", "tcp"] } hyper-rustls = { version = "0.24.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true } hyper-tls = { version = "0.5.0", optional = true } -hyper-tungstenite = "0.11.1" +hyper-tungstenite = "0.13.0" moka = { version = "0.12.0", features = ["future"], optional = true } openssl = { version = "0.10.39", optional = true } rand = { version = "0.8.0", optional = true } @@ -35,7 +35,7 @@ thiserror = "1.0.30" time = { version = "0.3.20", optional = true } tokio = { version = "1.24.2", features = ["rt"] } tokio-rustls = "0.24.0" -tokio-tungstenite = "0.20.0" +tokio-tungstenite = "0.21.0" tokio-util = { version = "0.7.0", features = ["io"], optional = true } tracing = { version = "0.1.23", features = ["log"] }