From 01a0f3f5a05f295b20493cb49ba4c4ca4cc4d839 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 19 Apr 2018 09:54:22 -0700 Subject: [PATCH] remove unused dependency --- Cargo.toml | 1 - src/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 73a9c4530..fe83dc977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,6 @@ futures = "0.1" futures-cpupool = "0.1" tokio-io = "0.1" tokio-core = "0.1" -trust-dns-resolver = "0.8" # native-tls native-tls = { version="0.1", optional = true } diff --git a/src/lib.rs b/src/lib.rs index 13be3ef41..1a0ac8ade 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -110,7 +110,6 @@ extern crate percent_encoding; extern crate serde_json; extern crate serde_urlencoded; extern crate smallvec; -extern crate trust_dns_resolver; #[macro_use] extern crate actix;