From 9571592433a1e1c83dd8bd46bae031d932dfa939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:54:41 +0000 Subject: [PATCH] chore(deps): bump tungstenite from 0.28.0 to 0.29.0 Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.28.0 to 0.29.0. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: tungstenite dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ccfdaceb..35c2a5967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5021,7 +5021,7 @@ dependencies = [ "tokio-util", "tracing", "tracing-subscriber", - "tungstenite", + "tungstenite 0.29.0", "url", "utoipa", "uuid", @@ -8483,7 +8483,7 @@ dependencies = [ "native-tls", "tokio", "tokio-native-tls", - "tungstenite", + "tungstenite 0.28.0", ] [[package]] @@ -8924,6 +8924,22 @@ dependencies = [ "utf-8", ] +[[package]] +name = "tungstenite" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" +dependencies = [ + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.9.2", + "sha1 0.10.6", + "thiserror 2.0.18", +] + [[package]] name = "twofish" version = "0.7.1" diff --git a/Cargo.toml b/Cargo.toml index 895a0f96f..f944c48f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ mimalloc = "0.1.48" assert_cmd = "2.2.0" dotenvy = "0.15.7" tokio-tungstenite = "0.28" -tungstenite = "0.28" +tungstenite = "0.29" itertools = "0.14.0" bs58 = "0.5.1" syn = "2.0"