From 3347bbd4ae1a27f2afe07e1e10bda74beef9c524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:09:36 +0000 Subject: [PATCH] build(deps): update tokio-tungstenite requirement from 0.28 to 0.29 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: tokio-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 ac85a54..1764910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,4 +54,4 @@ build-data = "0.3" once_cell = "1" futures-util = "0.3" paste = "1" -tokio-tungstenite = "0.28" +tokio-tungstenite = "0.29"