From 0edced781b5523f718741cec31d51e8f61951a03 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:15:18 +1100 Subject: [PATCH] Fix compilation for hickory-resolver Cleanup use of removed feature Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/binstalk-downloader/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 4e8300a5..67edbc11 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -111,7 +111,6 @@ native-tls = [ "__tls", "native-tls-crate", "reqwest/native-tls", - "hickory-resolver?/dns-over-native-tls", ] # Enable hickory-resolver so that features on it will also be enabled.