From c1b1f7f104934b2f15e3749091720423e5993cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:46:59 +0000 Subject: [PATCH] chore(deps): update tokio-tungstenite requirement from 0.21 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.21.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 e30bfb56..7bfc5892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ inferno = { version = "0.11", optional = true } # Dashboard (optional) axum = { version = "0.7", optional = true, features = ["ws"] } -tokio-tungstenite = { version = "0.21", optional = true } +tokio-tungstenite = { version = "0.29", optional = true } tower-http = { version = "0.5", optional = true, features = ["fs", "cors"] } # LSP (Language Server Protocol) support (optional)