From 5e8fe3d24b4616928c7595cfbe05e332ff736ea4 Mon Sep 17 00:00:00 2001 From: Flori <39242991+bitfl0wer@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:33:12 +0100 Subject: [PATCH] Manually bump tungstenite to 0.20.1 in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7ae062..ebdfb4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ url = "2.4.0" chrono = { version = "0.4.26", features = ["serde"] } regex = "1.9.4" custom_error = "1.9.2" -tokio-tungstenite = { version = "0.20.0", features = [ +tokio-tungstenite = { version = "0.20.1", features = [ "rustls-tls-native-roots", "rustls-native-certs", ] }