1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-18 02:13:58 +01:00

update trust-dns

This commit is contained in:
Nikolay Kim 2019-12-06 14:08:11 +06:00
parent fa48ddcfa1
commit 6f07c9d72a

View File

@ -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 }