From 4d67a7385142a8a195afe22e694f9e2d563c034c Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Sat, 24 Feb 2024 20:58:27 +0000 Subject: [PATCH] Chore: update tokio-tungstenite --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee3a5d8ea..035f3bc2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ streamcatcher = { optional = true, version = "1" } symphonia = { default_features = false, optional = true, version = "0.5.2" } symphonia-core = { optional = true, version = "0.5.2" } tokio = { default-features = false, optional = true, version = "1.0" } -tokio-tungstenite = { optional = true, version = "0.20" } +tokio-tungstenite = { optional = true, version = "0.21" } tokio-util = { features = ["io"], optional = true, version = "0.7" } tracing = { version = "0.1", features = ["log"] } tracing-futures = "0.2"