Upgrade hickory-resolver to 0.25.0-alpha.5

Update dependencies

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-02-08 12:48:19 +11:00 committed by GitHub
parent a3f88b5cbf
commit 3e79a3bf08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ tokio = { version = "1.35.0", features = [
tokio-tar = "0.3.0"
tokio-util = { version = "0.7.8", features = ["io"] }
tracing = "0.1.39"
hickory-resolver = { version = "0.25.0-alpha.3", optional = true, features = [
hickory-resolver = { version = "0.25.0-alpha.5", optional = true, features = [
"dnssec-ring",
] }
once_cell = { version = "1.18.0", optional = true }