From 7529f491ec5af4a36135fec6dad4b65272f67a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:26:34 +0000 Subject: [PATCH] chore(deps): update tokio-tungstenite requirement Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. Updates `tokio-tungstenite` to 0.29.0 - [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 dependency-group: tokio ... Signed-off-by: dependabot[bot] --- physerver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physerver/Cargo.toml b/physerver/Cargo.toml index fbefb21..1d6646f 100644 --- a/physerver/Cargo.toml +++ b/physerver/Cargo.toml @@ -57,7 +57,7 @@ tower = "0.4" tower-http = { version = "0.5", features = ["cors", "trace"] } # WebSocket support -tokio-tungstenite = "0.21" +tokio-tungstenite = "0.29" # Shared memory IPC shared_memory = "0.12"