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