try to change reqwest back from rustls

This commit is contained in:
OMGeeky
2023-04-04 19:40:53 +02:00
parent b72db99adc
commit 6b29be50dd

View File

@@ -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"] }