diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-09 20:35:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 20:35:48 -0400 |
commit | 35e3c06aed851f65ad0d561d73a447ab5765fc13 (patch) | |
tree | 7b849d56304c70910437712e6de66bfa2b43c7f2 /cli | |
parent | 5e873bd0dabced71cf409fd16033fa0bc23ebcf6 (diff) |
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.
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |