From 35e3c06aed851f65ad0d561d73a447ab5765fc13 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 9 Sep 2019 20:35:48 -0400 Subject: Revert "feat: use trust-dns-resolver in HTTP client" It caused the final executable to grow by 1.5 mb, and is not having any other benefit. This reverts commit 2b40fa065c8982482b268080e2e6c73ec1f64033. --- 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 60def5f0f..a56fddeaf 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", "trust-dns"] } +reqwest = { version = "0.9.20", default-features = false, features = ["rustls-tls"] } ring = "0.16.8" rustyline = "5.0.2" serde = { version = "1.0.99", features = ["derive"] } -- cgit v1.2.3