From c5d54db0b13502955e973167082ada0dc2000bbf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 5 Jul 2021 13:12:20 -0400 Subject: use native tls roots instead of hardcoded bundle --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9feef87..812e451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ pbkdf2 = "0.8" percent-encoding = "2.1" rand = "0.8" region = "2.2" -reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } +reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] } rsa = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -- cgit v1.2.3-54-g00ecf