diff --git a/Cargo.toml b/Cargo.toml index 073407f..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.1" +version = "2.0.0" 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"] }