From 8172ec2e33542501507921a12d18767a75b90b94 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Tue, 24 Dec 2019 21:55:57 +0800 Subject: [PATCH] Uses stable version of trust-dns-resolver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51b4dd1a22da..9b4eb4ef0b19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ url = "2.1" byte_string = "1.0" libsodium-sys = { version = "0.2", optional = true } miscreant = { version = "0.4", optional = true } -trust-dns-resolver = { version = "0.18.0-alpha", features = ["dns-over-rustls", "dns-over-https-rustls"], optional = true } +trust-dns-resolver = { version = "0.18", features = ["dns-over-rustls", "dns-over-https-rustls"], optional = true } hkdf = "0.8" hmac = "0.7" sha-1 = "0.8"