minidom: Bump version to 0.16

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-07-23 18:26:50 +02:00
commit f35bbcb36d
5 changed files with 5 additions and 5 deletions

View file

@ -23,9 +23,9 @@ rxml = { version = "0.11.0", features = ["compact_str"] }
rand = "^0.8"
syntect = { version = "5", optional = true }
# same repository dependencies
minidom = { version = "0.15" }
sasl = { version = "0.5" }
xmpp-parsers = { version = "0.20" }
minidom = { version = "0.16" }
# these are only needed for starttls ServerConnector support
hickory-resolver = { version = "0.24", optional = true}