aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c12859b..362a99f6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1621,8 +1621,9 @@ checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
[[package]]
name = "hickory-proto"
-version = "0.26.0-alpha.1"
-source = "git+https://github.com/hickory-dns/hickory-dns?rev=8f63f58fccfe2e643d6ff17c800ce9e27e770b62#8f63f58fccfe2e643d6ff17c800ce9e27e770b62"
+version = "0.25.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
dependencies = [
"async-trait",
"cfg-if",
@@ -1645,8 +1646,9 @@ dependencies = [
[[package]]
name = "hickory-resolver"
-version = "0.26.0-alpha.1"
-source = "git+https://github.com/hickory-dns/hickory-dns?rev=8f63f58fccfe2e643d6ff17c800ce9e27e770b62#8f63f58fccfe2e643d6ff17c800ce9e27e770b62"
+version = "0.25.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
dependencies = [
"cfg-if",
"futures-util",
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"