From 6b29be50dd40b3ed906160de4a65c2b42d5ccf9e Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Tue, 4 Apr 2023 19:40:53 +0200 Subject: [PATCH] try to change reqwest back from rustls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4403f00..fc1932e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ downloader_config = { git = "https://github.com/OMGeeky/downloader_config" } exponential_backoff = { git = "https://github.com/OMGeeky/exponential_backoff" } -reqwest = { version = "0.11", features = ["default", "stream", "rustls"] } +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.4", features = ["all", "reqwest"] }