Upgrade tokio-tungstenite to 0.21 (#2435)

This commit is contained in:
Fujiwara Takumi
2023-12-18 15:13:35 +01:00
committed by GitHub
parent 12676aabea
commit 2f585ac9b7
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ axum = { path = "../../axum", features = ["ws"] }
futures = "0.3"
hyper = { version = "1.0.0", features = ["full"] }
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.20"
tokio-tungstenite = "0.21"