aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-21 03:06:56 +0000
committermat <git@matdoes.dev>2024-12-21 03:06:56 +0000
commit641b99c7afda4b747ab2f293cc106cc15968d0f4 (patch)
tree20f118a4a00852014527805bb28f9c7feb359a03 /Cargo.toml
parent98e5efb577ebb0b2671c3164c3a8bb7c398b47ea (diff)
downloadazalea-drasl-641b99c7afda4b747ab2f293cc106cc15968d0f4.tar.xz
update trust-dns -> hickory-dns
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06048104..33f6fcb1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -78,7 +78,7 @@ tokio = "1.42.0"
tokio-util = "0.7.13"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
-trust-dns-resolver = { version = "0.23.2", default-features = false }
+hickory-resolver = { version = "0.24.2", default-features = false }
uuid = "1.11.0"
# --- Profile Settings ---