From 6b50ac51225ce71be10bbe0361f836aa111f0445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:41:24 +0000 Subject: [PATCH] build(deps): update hickory-resolver requirement from 0.25.2 to 0.26.1 Updates the requirements on [hickory-resolver](https://github.com/hickory-dns/hickory-dns) to permit the latest version. - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.25.2...v0.25.2) --- updated-dependencies: - dependency-name: hickory-resolver dependency-version: 0.25.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a10731c3..5591fd9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ wreq = { version = "6.0.0-rc", features = [ "parking_lot", ] } wreq-util = { version = "3.0.0-rc", features = ["emulation-compression"] } -hickory-resolver = "0.25.2" +hickory-resolver = "0.26.1" cookie = "0.18" mimalloc = { version = "0.1.43", default-features = false, features = [ "local_dynamic_tls",