This commit is contained in:
OMGeeky
2023-04-03 17:18:51 +02:00
parent de37b2243b
commit 3aec2308a2

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