summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2023-01-25 14:59:45 +0100
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2023-01-26 11:03:37 +0100
commit4efd0974a679a75de93fc50d28a7498eb8e0471b (patch)
tree416ffac611f9bfaa4b06e1a20b84fee35486a6ae /net
parent93426d2bcae3d7d9cf83370bcb83ae126267743c (diff)
net: Switch to OpenSSL for DNSSEC validation.
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 152fbae5..b1855cf5 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -39,7 +39,7 @@ zbase32 = "0.1.2"
tokio = { version = "1.13.1", features = [ "macros" ] }
base64 = ">=0.12, <0.20"
trust-dns-client = "0.22"
-trust-dns-resolver = { version = "0.22", features = ["dnssec-ring"] }
+trust-dns-resolver = { version = "0.22", features = ["dnssec-openssl"]}
[dev-dependencies]
rand = { version = "0.8", default-features = false, features = [ "getrandom" ] }