From e7bd8c762ee250f6c5f3d265bfbe33195c20506f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:01:08 +0000 Subject: [PATCH] fix(deps): update rust crate hickory-resolver to 0.24.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0bec7f2..4422511f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,9 +1068,9 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35b8f021164e6a984c9030023544c57789c51760065cd510572fedcfb04164e8" +checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" dependencies = [ "cfg-if", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index fa0e6577..723e5b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ base64 = "0.22.0" ring = "0.17.8" # Used when querying the SRV record of other servers -hickory-resolver = "0.24.0" +hickory-resolver = "0.24.1" # Used to find matching events for appservices regex = "1.10.4"