From 634ba40d380cc36123829521150e14c4b5c860fa Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 15 Dec 2023 16:58:00 -0800 Subject: [PATCH] Update 'tungstenite' to '0.21'. --- 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 91fdf67f..dab3dd89 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.20", optional = true } +tokio-tungstenite = { version = "0.21", optional = true } [dependencies.rocket] version = "0.6.0-dev"