diff --git a/Cargo.lock b/Cargo.lock index 5ec4cbb..5a331a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,9 +444,9 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" +checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" dependencies = [ "cfg-if", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 93eec70..289c99e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ once_cell = "1.20.2" tokio = { version = "1", features = ["macros"] } url = "2.5.4" vercel_runtime = "1.1.4" -hickory-resolver = { version = "0.24.1", features = ["dns-over-https-rustls", "webpki-roots"] } +hickory-resolver = { version = "0.24.2", features = ["dns-over-https-rustls", "webpki-roots"] } [build-dependencies] quote = "1.0.37"