chore(deps): update tokio-tungstenite requirement in /veza-chat-server
Some checks failed
Backend API CI / test-unit (push) Failing after 0s
Frontend CI / test (push) Failing after 0s
Backend API CI / test-integration (push) Failing after 0s
Storybook Audit / Build & audit Storybook (push) Failing after 0s

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-02-21 14:06:19 +00:00 committed by GitHub
parent 5fcd33618a
commit c24b67001c

View file

@ -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