Update to tokio-tungstenite 0.29 (#3689)

This commit is contained in:
tottoto
2026-03-19 15:44:37 +01:00
committed by GitHub
parent 20dfe6645d
commit bc2ab88afe
5 changed files with 19 additions and 43 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.28"
tokio-tungstenite = "0.29"