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
|
|
@ -25,7 +25,7 @@ stringprep = "0.1.3"
|
||||||
quote = { version = "1.0", optional = true }
|
quote = { version = "1.0", optional = true }
|
||||||
proc-macro2 = { version = "1.0", optional = true }
|
proc-macro2 = { version = "1.0", optional = true }
|
||||||
# same repository dependencies
|
# same repository dependencies
|
||||||
minidom = { version = "0.15", optional = true }
|
minidom = { version = "0.16", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_test = "1"
|
serde_test = "1"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minidom"
|
name = "minidom"
|
||||||
version = "0.15.2"
|
version = "0.16.0"
|
||||||
authors = [
|
authors = [
|
||||||
"lumi <lumi@pew.im>",
|
"lumi <lumi@pew.im>",
|
||||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ blake2 = "0.10.4"
|
||||||
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
|
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
|
||||||
# same repository dependencies
|
# same repository dependencies
|
||||||
jid = { version = "0.11", features = ["minidom"] }
|
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"] }
|
xso = { version = "0.0.2", features = ["macros", "minidom", "panicking-into-impl", "jid", "base64"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,9 @@ rxml = { version = "0.11.0", features = ["compact_str"] }
|
||||||
rand = "^0.8"
|
rand = "^0.8"
|
||||||
syntect = { version = "5", optional = true }
|
syntect = { version = "5", optional = true }
|
||||||
# same repository dependencies
|
# same repository dependencies
|
||||||
minidom = { version = "0.15" }
|
|
||||||
sasl = { version = "0.5" }
|
sasl = { version = "0.5" }
|
||||||
xmpp-parsers = { version = "0.20" }
|
xmpp-parsers = { version = "0.20" }
|
||||||
|
minidom = { version = "0.16" }
|
||||||
|
|
||||||
# these are only needed for starttls ServerConnector support
|
# these are only needed for starttls ServerConnector support
|
||||||
hickory-resolver = { version = "0.24", optional = true}
|
hickory-resolver = { version = "0.24", optional = true}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ license = "MPL-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rxml = { version = "0.11.0", default-features = false }
|
rxml = { version = "0.11.0", default-features = false }
|
||||||
minidom = { version = "^0.15" }
|
minidom = { version = "^0.16" }
|
||||||
xso_proc = { version = "0.0.2", optional = true }
|
xso_proc = { version = "0.0.2", optional = true }
|
||||||
|
|
||||||
# optional dependencies to provide text conversion to/from types from/using
|
# optional dependencies to provide text conversion to/from types from/using
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue