From 2b40fa065c8982482b268080e2e6c73ec1f64033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 7 Sep 2019 19:16:36 +0200 Subject: feat: use trust-dns-resolver in HTTP client (#2847) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a56fddeaf..60def5f0f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -35,7 +35,7 @@ log = "0.4.8" rand = "0.6.5" regex = "1.2.1" remove_dir_all = "0.5.2" -reqwest = { version = "0.9.20", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.9.20", default-features = false, features = ["rustls-tls", "trust-dns"] } ring = "0.16.8" rustyline = "5.0.2" serde = { version = "1.0.99", features = ["derive"] } -- cgit v1.2.3