Update hickory-proto requirement from 0.24 to 0.25

Updates the requirements on [hickory-proto](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-proto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-19 00:22:38 +00:00 committed by GitHub
parent a2399c8b28
commit ab4da0cf2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ digest_auth = "0.3"
dotenvy = "0.15"
env_logger = "0.11"
hashlink = "0.10"
hickory-proto = "0.24"
hickory-proto = "0.25"
httparse = "1"
ipstack = { version = "0.2" }
log = { version = "0.4", features = ["std"] }