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
@@ -11,7 +11,7 @@ futures = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
headers = "0.4"
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.20"
tokio-tungstenite = "0.21"
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.5.0", features = ["fs", "trace"] }
tracing = "0.1"