From f950d3e0ec497281781523444c2e63b2dd38cb27 Mon Sep 17 00:00:00 2001 From: Fenhl Date: Tue, 19 Sep 2023 01:08:15 +0000 Subject: [PATCH] Upgrade 'tokio-tungstenite' to 0.20. --- 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 81a8af7b..10068cca 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.19", optional = true } +tokio-tungstenite = { version = "0.20", optional = true } [dependencies.rocket] version = "=0.5.0-rc.3"