aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-06 04:28:23 -1345
committermat <git@matdoes.dev>2025-05-06 04:28:23 -1345
commit68f657310bf7f69f7f9dd0476ca9c04da191ab33 (patch)
treecbd54363000aded8250e98a18c8f4d2f1ae7450d /Cargo.toml
parent7bbb617bd88aed098963e95f5b7310226336c616 (diff)
downloadazalea-drasl-68f657310bf7f69f7f9dd0476ca9c04da191ab33.tar.xz
switch back to stable hickory-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 6dca6413..57a16d69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,7 +74,7 @@ tokio = "1.44.2"
tokio-util = "0.7.15"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
-hickory-resolver = { version = "0.26.0-alpha.1", default-features = false, git = "https://github.com/hickory-dns/hickory-dns", rev = "8f63f58fccfe2e643d6ff17c800ce9e27e770b62" }
+hickory-resolver = "0.25.2"
uuid = "1.16"
num-format = "0.4.4"
indexmap = "2.9.0"