diff --git a/contrib/ws/Cargo.toml b/contrib/ws/Cargo.toml index 417f28fc..079b3632 100644 --- a/contrib/ws/Cargo.toml +++ b/contrib/ws/Cargo.toml @@ -20,7 +20,7 @@ default = ["tungstenite"] tungstenite = ["tokio-tungstenite"] [dependencies] -tokio-tungstenite = { version = "0.21", optional = true } +tokio-tungstenite = { version = "0.23", optional = true } [dependencies.rocket] version = "0.6.0-dev"