Skip to content

Commit

Permalink
Uses stable version of trust-dns-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Dec 24, 2019
1 parent 507fae2 commit 8172ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8172ec2

Please sign in to comment.