summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-09-07 19:16:36 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-09-07 13:16:36 -0400
commit2b40fa065c8982482b268080e2e6c73ec1f64033 (patch)
treedda161ac8c4fabc4319d424299e9a17f493ce5ac /cli/Cargo.toml
parentf12acdb50bd6afae21d8d033548c012d23ec2791 (diff)
feat: use trust-dns-resolver in HTTP client (#2847)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }