From 0a6e9b29f6538ca0e04f9a8a6e7d332509c761d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:11:44 +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 1722472..c423b9d 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"