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"