diff --git a/Cargo.lock b/Cargo.lock index eb15b51..005f73f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,9 +1114,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hickory-client" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d2fef0bbdd31a0f6affc6bf390b4a0017492903eff6f7516cb382d9e85536" +checksum = "2ea0169f8b21726527197c7190e5a23b7fd514a3e04f99c571e05631e1f8a9c8" dependencies = [ "cfg-if", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 186a4e7..77f2335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ reqwest = { version = "^0.12.12", default-features = false, features = [ "rustls-tls", ] } hickory-server = "^0.24.2" -hickory-client = "^0.24.2" +hickory-client = "^0.24.3" async-trait = "^0.1.86" actix-web = "^4.3.1" tracing = "0.1.41"