From 0a703f006c757656185452657df75d489a3f7a99 Mon Sep 17 00:00:00 2001 From: Vamplay Date: Mon, 18 Nov 2024 17:58:50 +0100 Subject: [PATCH] Update `tokio-tungstenite` dependency to 0.24 (#267) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a036faa5..e966ec2ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ stream_lib = { default-features = false, optional = true, version = "0.5.2" } 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.21" } +tokio-tungstenite = { optional = true, version = "0.24", features = ["url"] } tokio-websockets = { optional = true, version = "0.7", features = [ "client", "fastrand",