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
+2 -2
View File
@@ -83,7 +83,7 @@ serde_path_to_error = { version = "0.1.8", optional = true }
serde_urlencoded = { version = "0.7", optional = true }
sha1 = { version = "0.10", optional = true }
tokio = { package = "tokio", version = "1.44", features = ["time"], optional = true }
tokio-tungstenite = { version = "0.28.0", optional = true }
tokio-tungstenite = { version = "0.29.0", optional = true }
tracing = { version = "0.1", default-features = false, optional = true }
# doc dependencies
@@ -137,7 +137,7 @@ serde_json = { version = "1.0", features = ["raw_value"] }
time = { version = "0.3", features = ["serde-human-readable"] }
tokio = { package = "tokio", version = "1.44.2", features = ["macros", "rt", "rt-multi-thread", "net", "test-util"] }
tokio-stream = "0.1"
tokio-tungstenite = "0.28.0"
tokio-tungstenite = "0.29.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
uuid = { version = "1.0", features = ["serde", "v4"] }