From 85543f80a36b789746816e572cc81bfae2bd6776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:14:28 +0000 Subject: [PATCH] chore(deps): bump hickory-resolver from 0.26.0-beta.3 to 0.26.0 Bumps [hickory-resolver](https://github.com/hickory-dns/hickory-dns) from 0.26.0-beta.3 to 0.26.0. - [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.26.0-beta.3...v0.26.0) --- updated-dependencies: - dependency-name: hickory-resolver dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ querying/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c84b7e..07918e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,9 +1158,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hickory-net" -version = "0.26.0-beta.3" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbafe58dd6a1bfa058c9c3dd3372c54665a1935e504a25783cdcf9bf14b21d6" +checksum = "0c61c8db47fae51ba9f8f2a2748bd87542acfbe22f2ec9cf9c8ec72d1ee6e9a6" dependencies = [ "async-trait", "bytes", @@ -1188,9 +1188,9 @@ dependencies = [ [[package]] name = "hickory-proto" -version = "0.26.0-beta.3" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ddac4552e5be0deead6df196824a5964b0797302569ef4686b75d32efad052" +checksum = "a916d0494600d99ecb15aadfab677ad97c4de559e8f1af0c129353a733ac1fcc" dependencies = [ "data-encoding", "idna", @@ -1208,9 +1208,9 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.26.0-beta.3" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a751e330e7cdf445892d6ce47cb4666a8b127834d2e42cee4db15713b9a27780" +checksum = "a10bd64d950b4d38ca21e25c8ae230712e4955fb8290cfcb29a5e5dc6017e544" dependencies = [ "cfg-if", "futures-util", diff --git a/querying/Cargo.toml b/querying/Cargo.toml index 1625b84..feb3782 100644 --- a/querying/Cargo.toml +++ b/querying/Cargo.toml @@ -14,7 +14,7 @@ reqwest = { workspace = true } csv = "1.4.0" maxminddb = "0.27.3" log = { workspace = true } -hickory-resolver = { version = "0.26.0-beta.3", features = ["tokio", "webpki-roots", "https-ring"] } +hickory-resolver = { version = "0.26.0", features = ["tokio", "webpki-roots", "https-ring"] } thiserror = "2.0.18" url = "2.5.8" indicatif = "0.18.4"