Update 'tungstenite' to '0.21'.

This commit is contained in:
Sergio Benitez 2023-12-15 16:58:00 -08:00
parent 9c2b74b23c
commit 634ba40d38
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.20", optional = true }
tokio-tungstenite = { version = "0.21", optional = true }
[dependencies.rocket]
version = "0.6.0-dev"