From 56a44ccd7cb54a40af2cc6fcc85f01c2c17ad7d5 Mon Sep 17 00:00:00 2001 From: Matthew Helmer Date: Tue, 8 Apr 2025 09:20:11 -0400 Subject: [PATCH 1/2] upgrade hickory-proto, bump crate version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 073407f..2b64863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "dns_name" authors = ["BlueCat Networks "] description = "DNS name parsing with public suffix lookup" -version = "1.0.1" +version = "1.0.2" edition = "2021" # These URLs point to more information about the repository documentation = "https://docs.rs/dns_name" @@ -21,4 +21,4 @@ categories = ["network-programming", "data-structures"] license = "MIT" [dependencies] -hickory-proto = { version = "0.24.0", features = ["dnssec"] } +hickory-proto = { version = "0.25.1", features = ["dnssec-ring"] } From 3aa4bee41f92b29a9df0c9b30867d555b169a008 Mon Sep 17 00:00:00 2001 From: Matthew Helmer Date: Tue, 8 Apr 2025 09:33:00 -0400 Subject: [PATCH 2/2] bump major version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b64863..2c1b263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "dns_name" authors = ["BlueCat Networks "] description = "DNS name parsing with public suffix lookup" -version = "1.0.2" +version = "2.0.0" edition = "2021" # These URLs point to more information about the repository documentation = "https://docs.rs/dns_name"