Update to tokio-tungstenite 0.28 (#3497)

This commit is contained in:
tottoto
2025-09-28 19:31:58 +02:00
committed by Jonas Platte
parent 0c66493474
commit cb8670a94b
4 changed files with 8 additions and 8 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.27"
tokio-tungstenite = "0.28"