minidom: Bump version to 0.16
Some checks failed
Build / lint (push) Has been cancelled
Build / test-stable (push) Has been cancelled
Build / test-nightly (push) Has been cancelled

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
parent f648ab0c36
commit f35bbcb36d
5 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ stringprep = "0.1.3"
quote = { version = "1.0", optional = true }
proc-macro2 = { version = "1.0", optional = true }
# same repository dependencies
minidom = { version = "0.15", optional = true }
minidom = { version = "0.16", optional = true }
[dev-dependencies]
serde_test = "1"

View file

@ -1,6 +1,6 @@
[package]
name = "minidom"
version = "0.15.2"
version = "0.16.0"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",

View file

@ -23,7 +23,7 @@ blake2 = "0.10.4"
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
# same repository dependencies
jid = { version = "0.11", features = ["minidom"] }
minidom = { version = "0.15" }
minidom = { version = "0.16" }
xso = { version = "0.0.2", features = ["macros", "minidom", "panicking-into-impl", "jid", "base64"] }
[features]

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}

View file

@ -11,7 +11,7 @@ license = "MPL-2.0"
[dependencies]
rxml = { version = "0.11.0", default-features = false }
minidom = { version = "^0.15" }
minidom = { version = "^0.16" }
xso_proc = { version = "0.0.2", optional = true }
# optional dependencies to provide text conversion to/from types from/using