Update to tokio-tungstenite 0.29 (#3689)

This commit is contained in:
tottoto
2026-03-25 10:49:23 +01:00
committed by Yann Simon
parent 5af9f23519
commit 86de82a371
3 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ publish = false
axum = { path = "../../axum", features = ["ws"] }
futures = "0.3"
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.28"
tokio-tungstenite = "0.29"