From 3aec2308a2552aca63fae889278da8a70d468cf5 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Mon, 3 Apr 2023 17:18:51 +0200 Subject: [PATCH] rustls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc1932e..4403f00 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"] } +reqwest = { version = "0.11", features = ["default", "stream", "rustls"] } #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"] }