diff --git a/Cargo.toml b/Cargo.toml index bbf3fc2..ec746f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Benjamin Brittain "] [dependencies] anyhow = "1.0.71" rust-ini = "0.19" -reqwest = { version = "0.11.18", default-features=false, features = ["blocking", "json", "rustls-tls"] } +reqwest = { version = "0.11.18", default-features=false, features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots"] } serde = { version = "1.0.164", features = ["derive"] } serde_json = "1.0.96" tempfile = "3.6.0"