1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

switch back to stable hickory-resolver

This commit is contained in:
mat 2025-05-06 04:28:23 -13:45
parent 7bbb617bd8
commit 68f657310b
2 changed files with 7 additions and 5 deletions

10
Cargo.lock generated
View file

@ -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",

View file

@ -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"