From 9622ba364d348440ce6ddfcf04512b9b32c1b74a Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 28 Apr 2026 19:51:10 +0000 Subject: [PATCH] Update Rust crate hickory-resolver to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f4f280..dc7d5e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ k256 = "0.13.4" dsa = "0.6.3" openssl = "0.10.78" time = "0.3.47" -hickory-resolver = { version = "0.24", features = ["tokio-runtime"] } +hickory-resolver = { version = "0.26", features = ["tokio-runtime"] }