tokio-xmpp: Bump hickory-resolver to 0.25

This commit is contained in:
Link Mauve 2025-07-28 14:56:15 +02:00
commit e70dd957f4
3 changed files with 11 additions and 10 deletions

View file

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