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;