From f1a95ce1d9fc470542d6a0f08e59923630c3cf48 Mon Sep 17 00:00:00 2001 From: BlackDex Date: Fri, 19 May 2023 10:15:08 +0200 Subject: [PATCH] Update 'tungstenite' to 0.19 in 'rocket-ws'. --- contrib/ws/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ws/Cargo.toml b/contrib/ws/Cargo.toml index b4a9481f..81a8af7b 100644 --- a/contrib/ws/Cargo.toml +++ b/contrib/ws/Cargo.toml @@ -17,7 +17,7 @@ default = ["tungstenite"] tungstenite = ["tokio-tungstenite"] [dependencies] -tokio-tungstenite = { version = "0.18", optional = true } +tokio-tungstenite = { version = "0.19", optional = true } [dependencies.rocket] version = "=0.5.0-rc.3"