From ad704d53daa20b0aaf08deeae2a43a516fafa9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:00:27 +0000 Subject: [PATCH] Update hickory-proto requirement from 0.25 to 0.26 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/CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.25.0...v0.25.2) --- updated-dependencies: - dependency-name: hickory-proto 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 3532f51..c3c3f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ digest_auth = "0.3" dotenvy = "0.15" env_logger = "0.11" hashlink = "0.11" -hickory-proto = "0.25" +hickory-proto = "0.26" httparse = "1" ipstack = { version = "1" } log = { version = "0.4", features = ["std"] }