actix-connect: Update trust-dns-resolver to a release

It is much better to use release version instead of pinned pre-release.

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2019-12-27 08:44:00 +01:00
parent e21c58930b
commit 86b5ccebd3
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 1 additions and 2 deletions
actix-connect

View File

@ -41,8 +41,7 @@ either = "1.5.2"
futures = "0.3.1"
http = { version = "0.2.0", optional = true }
log = "0.4"
trust-dns-proto = "=0.18.0-alpha.2"
trust-dns-resolver = "=0.18.0-alpha.2"
trust-dns-resolver = "0.18.0"
# openssl
open-ssl = { version="0.10", package = "openssl", optional = true }