fix(deps): update rust crate hickory-resolver to 0.24.1

This commit is contained in:
renovate[bot] 2024-04-18 19:01:08 +00:00 committed by GitHub
parent d0a9666a29
commit e7bd8c762e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1068,9 +1068,9 @@ dependencies = [
[[package]] [[package]]
name = "hickory-resolver" name = "hickory-resolver"
version = "0.24.0" version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35b8f021164e6a984c9030023544c57789c51760065cd510572fedcfb04164e8" checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"futures-util", "futures-util",

View file

@ -30,7 +30,7 @@ base64 = "0.22.0"
ring = "0.17.8" ring = "0.17.8"
# Used when querying the SRV record of other servers # 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 # Used to find matching events for appservices
regex = "1.10.4" regex = "1.10.4"