Skip to content

Commit 8172ec2

Browse files
committed
Uses stable version of trust-dns-resolver
1 parent 507fae2 commit 8172ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ url = "2.1"
6666
byte_string = "1.0"
6767
libsodium-sys = { version = "0.2", optional = true }
6868
miscreant = { version = "0.4", optional = true }
69-
trust-dns-resolver = { version = "0.18.0-alpha", features = ["dns-over-rustls", "dns-over-https-rustls"], optional = true }
69+
trust-dns-resolver = { version = "0.18", features = ["dns-over-rustls", "dns-over-https-rustls"], optional = true }
7070
hkdf = "0.8"
7171
hmac = "0.7"
7272
sha-1 = "0.8"

0 commit comments

Comments
 (0)