mirror of
https://github.com/OMGeeky/twitch_data.git
synced 2025-12-26 16:27:24 +01:00
rustls
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user