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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-24 00:24:45 +00:00 committed by GitHub
parent f5f3e4753c
commit 41b66ca33f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"