Update 'tokio-tungstenite' to 0.23.

This commit is contained in:
Sergio Benitez 2024-08-16 05:30:45 -07:00
parent e41b5f469e
commit 2825e46a34
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ default = ["tungstenite"]
tungstenite = ["tokio-tungstenite"] tungstenite = ["tokio-tungstenite"]
[dependencies] [dependencies]
tokio-tungstenite = { version = "0.21", optional = true } tokio-tungstenite = { version = "0.23", optional = true }
[dependencies.rocket] [dependencies.rocket]
version = "0.6.0-dev" version = "0.6.0-dev"