From dae75a9c5d8971d84cfed3e852e493ef0c618f8a Mon Sep 17 00:00:00 2001 From: Carson M Date: Thu, 29 Feb 2024 03:24:13 -0600 Subject: [PATCH] Chore: Update `twilight-websockets` to v0.7 (#229) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d34b3cfe7..0965c0388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ 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-websockets = { optional = true, version = "0.5", features = ["client", "fastrand", "sha1_smol", "simd"] } +tokio-websockets = { optional = true, version = "0.7", features = ["client", "fastrand", "sha1_smol", "simd"] } tokio-util = { features = ["io"], optional = true, version = "0.7" } tracing = { version = "0.1", features = ["log"] } tracing-futures = "0.2"