From ad4fc9a2096bef2637ec400bd1bc79b131274ec7 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 21 Apr 2024 23:27:13 +0200 Subject: [PATCH] revert adding rustls-tls feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5341ec7..e90bec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" twba-backup-config = { version = "0.1", git = "https://github.com/OMGeeky/backup_config.git" } exponential_backoff = { git = "https://github.com/OMGeeky/exponential_backoff" } -reqwest = { version = "0.11", features = ["default", "stream", "rustls-tls"] } +reqwest = { version = "0.11", features = ["default", "stream"] } #twitch_api = { version = "0.7.0-rc.3", features = ["helix", "client", "twitch_oauth2", "reqwest"] } tokio = { version = "1.23", features = ["full", "macros"] } twitch_api = { version = "0.7.0-rc.6", features = ["all", "reqwest"] }