From c5434e960ec1aaaede85ad19df9f94cfa9d98727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:27:15 +0000 Subject: [PATCH] fix(deps): bump hickory-resolver from 0.24.1 to 0.24.2 Bumps [hickory-resolver](https://github.com/hickory-dns/hickory-dns) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.24.2/CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: hickory-resolver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13cfe99f..807edf15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -893,9 +893,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 89deafc2..e3ed3cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,5 +50,5 @@ itertools = "0.13" bitvec = "1.0.1" metrics = "0.23.0" reqwest = { version = "0.12.9", features = ["rustls-tls", "hickory-dns"], default-features = false } -hickory-resolver = { version = "0.24.1", features = ["tokio-runtime"] } +hickory-resolver = { version = "0.24.2", features = ["tokio-runtime"] } tokio-retry = "0.3"