From 1c6dad5cfcf568dbaaad732f78a447473d836dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:26:26 +0000 Subject: [PATCH] build(deps): bump hickory-resolver from 0.24.2 to 0.24.3 Bumps [hickory-resolver](https://github.com/hickory-dns/hickory-dns) from 0.24.2 to 0.24.3. - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.24.3/CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.24.2...v0.24.3) --- 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 37dda490..84e04966 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -898,9 +898,9 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" +checksum = "dcf287bde7b776e85d7188e6e5db7cf410a2f9531fe82817eb87feed034c8d14" dependencies = [ "cfg-if", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index a7d9eb42..3ca70cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ dns-lookup = "2.0.4" encoding_rs_io = "0.1.7" etcetera = "0.8.0" hex-literal = "0.4.1" -hickory-resolver = "0.24.1" +hickory-resolver = "0.24.3" humantime = "2.1.0" indexmap = { version = "2.7.1", default-features = false } insta = "1.42.1"