aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-24 10:03:29 -1300
committermat <git@matdoes.dev>2025-04-24 10:03:29 -1300
commit54062c82fdd8a60ecfc79cd5e6252f9ead4c7a1b (patch)
treeaa53e75e0ce90636f76d09671f28569e9e176e52 /Cargo.toml
parent0fc0fe41d4a8194a0f10f8a13e8194e89eb05d06 (diff)
downloadazalea-drasl-54062c82fdd8a60ecfc79cd5e6252f9ead4c7a1b.tar.xz
update to git hickory-resolver and use system resolver
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 18a97422..cb76af31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,7 +74,7 @@ tokio = "1.44.2"
tokio-util = "0.7.14"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
-hickory-resolver = { version = "0.25.1", default-features = false }
+hickory-resolver = { version = "0.25.1", default-features = false, git = "https://github.com/hickory-dns/hickory-dns" }
uuid = "1.12"
num-format = "0.4.4"
indexmap = "2.9.0"