From b7ed9f88a207f9a1a7a889942b91db10dbfa62d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:10:47 +0000 Subject: [PATCH] Update hickory-proto requirement from 0.25.2 to 0.26.0 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.2...v0.26.0) --- updated-dependencies: - dependency-name: hickory-proto dependency-version: 0.26.0 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 0a4c7f8..b3266ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ clap = { version = "4.5.58", features = ["derive"] } ctrlc2 = { version = "3.7.3", features = ["async", "termination"] } dotenvy = "0.15.7" env_logger = "0.11.9" -hickory-proto = "0.25.2" +hickory-proto = "0.26.0" log = "0.4.29" moka = { version = "0.12.13", features = ["future"] } rand = "0.10.0"