From f35bbcb36d5d2eda7b6dda69c0a97f7114281730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 23 Jul 2024 18:26:50 +0200 Subject: [PATCH] minidom: Bump version to 0.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- jid/Cargo.toml | 2 +- minidom/Cargo.toml | 2 +- parsers/Cargo.toml | 2 +- tokio-xmpp/Cargo.toml | 2 +- xso/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jid/Cargo.toml b/jid/Cargo.toml index dd5e819319874cdef3c82dee1492b4dce7c90c35..083f1b284945e380b566e485f395c59e87bf8615 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 063e66d16760b8c46dba3ebacace5798068bd234..9339f9cbee5ce99dec07b0c3d8c34591af1639c5 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 3cc4b63573f79c22e7b97ec81cccaac778d3178d..46ec50a5dfa5b8607a7f800862facee51cd4458a 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 74b81811fb07355594ac27e1b409e4061ab73f0c..63448fffab42c2e54ca564bd18eebdbea55ed6b4 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 20b73a7b56a88150d41d9bae7b8a368a8ed43562..4af6c93cbc277675386ad3062ff85fed66586787 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