From c24b67001c56a9ed918384bfd9423e9ada18db11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:06:19 +0000 Subject: [PATCH] chore(deps): update tokio-tungstenite requirement in /veza-chat-server 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.28.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- veza-chat-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veza-chat-server/Cargo.toml b/veza-chat-server/Cargo.toml index c895419da..82c90de6a 100644 --- a/veza-chat-server/Cargo.toml +++ b/veza-chat-server/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1.35", features = [ "tracing", # Support tracing "signal", # Signaux système pour shutdown gracieux ] } -tokio-tungstenite = "0.21" # WebSocket server/client +tokio-tungstenite = "0.28" # WebSocket server/client tungstenite = "0.21" # Core WebSocket futures-util = "0.3" # Utilitaires futures hyper = { version = "1.0", features = ["full"] } # Client HTTP pour webhooks