aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-04 02:39:50 +0400
committermat <git@matdoes.dev>2025-05-03 16:39:56 -0600
commit7bbb617bd88aed098963e95f5b7310226336c616 (patch)
treeec7902a3881a6ae4f9b8bd65a2d12eef635fdf65 /Cargo.toml
parent9a40b65bc1912298a43de43fd6e8477a8622a832 (diff)
downloadazalea-drasl-7bbb617bd88aed098963e95f5b7310226336c616.tar.xz
update deps and lock hickory-resolver to a commit
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 bd61ab74..6dca6413 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.25.1", default-features = false, git = "https://github.com/hickory-dns/hickory-dns" }
+hickory-resolver = { version = "0.26.0-alpha.1", default-features = false, git = "https://github.com/hickory-dns/hickory-dns", rev = "8f63f58fccfe2e643d6ff17c800ce9e27e770b62" }
uuid = "1.16"
num-format = "0.4.4"
indexmap = "2.9.0"