minidom: Bump version to 0.16
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f648ab0c36
commit
f35bbcb36d
5 changed files with 5 additions and 5 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue