tokio-xmpp: update hickory-dns to 0.26

This commit is contained in:
famfo 2026-05-14 20:45:37 +02:00
commit 697d4d3bef
No known key found for this signature in database
4 changed files with 19 additions and 12 deletions

View file

@ -30,7 +30,7 @@ xmpp-parsers = { version = "0.22", path = "../parsers", features = [ "log" ] }
xso = { version = "0.3", path = "../xso" }
# these are only needed for starttls ServerConnector support
hickory-resolver = { version = "0.25", optional = true}
hickory-resolver = { version = "0.26", optional = true}
idna = { version = "1.0", optional = true}
native-tls = { version = "0.2", optional = true }
tokio-native-tls = { version = "0.3", optional = true }