diff --git a/jid/Cargo.toml b/jid/Cargo.toml index dd5e8193..083f1b28 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -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" diff --git a/minidom/Cargo.toml b/minidom/Cargo.toml index 063e66d1..9339f9cb 100644 --- a/minidom/Cargo.toml +++ b/minidom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.15.2" +version = "0.16.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", diff --git a/parsers/Cargo.toml b/parsers/Cargo.toml index 3cc4b635..46ec50a5 100644 --- a/parsers/Cargo.toml +++ b/parsers/Cargo.toml @@ -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] diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index 74b81811..63448fff 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -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} diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 20b73a7b..4af6c93c 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -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