From aecb32c466a3bfa5d2366ac8cf736a3a5910ef29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:04:20 +0000 Subject: [PATCH] Update tungstenite requirement from 0.28 to 0.29 Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dedbef2..43df243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ async-tungstenite = { version = "0.33", default-features = false, features = [ tokio-util = { version = "0.7", default-features = false, features = [ "compat", ] } -tungstenite = { version = "0.28", default-features = false, features = [ +tungstenite = { version = "0.29", default-features = false, features = [ "handshake", ] }