From 189565609a192ebe5da6746a7c8d5b0b14aea99e Mon Sep 17 00:00:00 2001 From: novacrazy Date: Sun, 13 Aug 2023 12:16:19 -0500 Subject: [PATCH] Upgrade deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ee8673a5..ccd6fa226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ arc-swap = { version = "1.5", optional = true } base64 = { version = "0.21.0", optional = true } tokio = { version = "1", optional = true, default_features = false, features = ["io-util"] } -tokio-tungstenite = { version = "0.19", optional = true, default_features = false, features = ["connect"] } +tokio-tungstenite = { version = "0.20", optional = true, default_features = false, features = ["connect"] } miniz_oxide = { version = "0.7", optional = true } futures = { version = "0.3", optional = true } pin-project-lite = { version = "0.2.8", optional = true }