From 98996b614849718f37e3694f350089d5e24244e1 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 2 Oct 2025 18:28:08 +0900 Subject: [PATCH] deps: update to tokio-tungstenite 0.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 295a298d..163b1152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tokio = { version = "1.0", features = ["io-util", "fs", "sync", "time"] } tokio-util = { version = "0.7.1", features = ["io"] } tracing = { version = "0.1.21", default-features = false, features = ["log", "std"] } tower-service = "0.3" -tokio-tungstenite = { version = "0.27", optional = true } +tokio-tungstenite = { version = "0.28", optional = true } percent-encoding = "2.1" pin-project = "1.0" #tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "tls12", "ring"], optional = true }