From 5b75e218100646c3b479e5d4c5d348730220d1e4 Mon Sep 17 00:00:00 2001 From: Savyasachee Jha Date: Sun, 21 Sep 2025 19:04:27 +0200 Subject: [PATCH] Update resolv-conf to upstream 0.7.5 --- Cargo.lock | 5 +++-- Cargo.toml | 9 +++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7915d211..eb96122e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4061,8 +4061,9 @@ dependencies = [ [[package]] name = "resolv-conf" -version = "0.7.4" -source = "git+https://forgejo.ellis.link/continuwuation/resolv-conf?rev=ebbbec1cb965b487a0150f5d007e96c05e3d72af#ebbbec1cb965b487a0150f5d007e96c05e3d72af" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "rgb" diff --git a/Cargo.toml b/Cargo.toml index f370e5dd..39cac463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -555,6 +555,9 @@ version = "0.11.5" default-features = false features = ["sync", "tls-rustls"] +[workspace.dependencies.resolv-conf] +version = "0.7.5" + # # Patches # @@ -599,12 +602,6 @@ rev = "9c8e51510c35077df888ee72a36b4b05637147da" git = "https://forgejo.ellis.link/continuwuation/hyper-util" rev = "e4ae7628fe4fcdacef9788c4c8415317a4489941" -# Allows no-aaaa option in resolv.conf -# Use 1-indexed line numbers when displaying parse error messages -[patch.crates-io.resolv-conf] -git = "https://forgejo.ellis.link/continuwuation/resolv-conf" -rev = "ebbbec1cb965b487a0150f5d007e96c05e3d72af" - # # Our crates #