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"