Update to tokio-tungstenite 0.28 (#3497)

This commit is contained in:
tottoto
2025-09-25 22:09:35 +09:00
committed by GitHub
parent 9ed1ad69d2
commit bf9b43cabe
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ axum = { path = "../../axum", features = ["ws"] }
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.27"
tokio-tungstenite = "0.28"