Update 'tungstenite' to 0.19 in 'rocket-ws'.

This commit is contained in:
BlackDex 2023-05-19 10:15:08 +02:00 committed by Sergio Benitez
parent b6b060f75c
commit f1a95ce1d9
1 changed files with 1 additions and 1 deletions

View File

@ -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"