From 6f07c9d72abbc8fc10b127a82eb50389c125a59e Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 6 Dec 2019 14:08:11 +0600 Subject: [PATCH] update trust-dns --- actix-connect/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 5ddaf262..52e11e94 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -43,7 +43,7 @@ futures = "0.3.1" http = { version = "0.2.0", optional = true } log = "0.4" # trust-dns-resolver = { version="0.18.0", default-features = false } -trust-dns-resolver = { git = "https://github.com/bluejekyll/trust-dns.git", branch = "update-tokio-0.2-alpha.2" } +trust-dns-resolver = { git = "https://github.com/bluejekyll/trust-dns.git" } # openssl open-ssl = { version="0.10", package = "openssl", optional = true }