Upgrade 'tokio-tungstenite' to 0.20.

This commit is contained in:
Fenhl 2023-09-19 01:08:15 +00:00 committed by Sergio Benitez
parent ae68742048
commit f950d3e0ec
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ default = ["tungstenite"]
tungstenite = ["tokio-tungstenite"] tungstenite = ["tokio-tungstenite"]
[dependencies] [dependencies]
tokio-tungstenite = { version = "0.19", optional = true } tokio-tungstenite = { version = "0.20", optional = true }
[dependencies.rocket] [dependencies.rocket]
version = "=0.5.0-rc.3" version = "=0.5.0-rc.3"