From c4d065e3b3ede62a92e4f1d8b71cc078156aa19d Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Wed, 19 Mar 2025 23:56:17 +1100 Subject: [PATCH] dep: Bump hickory-resolver to 0.25.0 Fix #2089 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/binstalk-downloader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 353c3edd..a43ba9ac 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -63,7 +63,7 @@ tokio = { version = "1.44.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.5", optional = true, features = [ +hickory-resolver = { version = "0.25.0", optional = true, features = [ "dnssec-ring", ] } once_cell = { version = "1.18.0", optional = true }