From 14e609d21b056ce6bedb56517482abf4a02e8e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:33:21 +0000 Subject: [PATCH] Bump tungstenite from 0.21.0 to 0.27.0 Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.21.0 to 0.27.0. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.21.0...v0.27.0) --- updated-dependencies: - dependency-name: tungstenite dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 ++--------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8ab4a3..06520ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4471,7 +4471,7 @@ dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.27.0", + "tungstenite", ] [[package]] @@ -4629,25 +4629,6 @@ version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" -[[package]] -name = "tungstenite" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" -dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http 1.3.1", - "httparse", - "log", - "rand 0.8.5", - "sha1", - "thiserror 1.0.69", - "url", - "utf-8", -] - [[package]] name = "tungstenite" version = "0.27.0" @@ -4943,7 +4924,7 @@ dependencies = [ "tracing-subscriber", "tracy-client", "ttf-parser 0.20.0", - "tungstenite 0.21.0", + "tungstenite", "url", "uuid", "v8", diff --git a/Cargo.toml b/Cargo.toml index 7dac15c..a00fd73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ moka = { version = "0.12.5", features = ["future"], optional = true } nix = { version = "0.28.0", features = ["process", "signal", "user"], optional = true } seccomp-sys = { version = "0.1.3", optional = true } -tungstenite = "0.21.0" +tungstenite = "0.27.0" tokio-tungstenite = "0.27.0" flate2 = "1.0.28"