From 41b66ca33f50fd96eb5196e452521b46865c8a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:24:45 +0000 Subject: [PATCH] build(deps): update hickory-resolver requirement in /rust 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/OLD-CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.24.0...v0.25.1) --- updated-dependencies: - dependency-name: hickory-resolver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c22a2ab..c959300 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -17,7 +17,7 @@ futures = { version = "0.3", default-features = false, features = ["executor"] } url = "2.5" once_cell = "1.20" reqwest = { version = "0.12", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] } -hickory-resolver = { version = "0.24" } +hickory-resolver = { version = "0.25" } anyhow = "1.0" scopeguard = "1.2"