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
+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.27.0", optional = true }
tokio-tungstenite = { version = "0.28.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.27.0"
tokio-tungstenite = "0.28.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
uuid = { version = "1.0", features = ["serde", "v4"] }