Update tokio-tungstenite to 0.27 (#3398)

This commit is contained in:
tottoto
2025-09-28 19:19:33 +02:00
committed by Jonas Platte
parent 62586fa492
commit 3a18eb6108
5 changed files with 105 additions and 39 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ futures = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
headers = "0.4"
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.26.0"
tokio-tungstenite = "0.27.0"
tower-http = { version = "0.6.1", features = ["fs", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }