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",