Update to tokio-tungstenite 0.29 (#3689)

This commit is contained in:
tottoto
2026-04-03 08:49:48 +02:00
committed by Alice Ryhl
parent fc7e86c38d
commit 9fc59efc1f
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"