From 560583a1d657fe4180b42fe35979077733cb9dba Mon Sep 17 00:00:00 2001 From: Patrick Fiaux Date: Sun, 6 Jun 2021 13:28:46 +0200 Subject: [PATCH] Include feature for (native) certificates (#468) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b4e56f00..c93f46610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager" serde = { version = "1.0.126", features = ["derive"] } clap = "2.33.3" structopt = "0.3.21" -reqwest = { version = "0.11.3", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false } +reqwest = { version = "0.11.3", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } serde_json = "1.0.64" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.35"