jid, xmpp-parsers: Bump minidom.

Emmanuel Gil Peyrot created

Change summary

jid/Cargo.toml     | 2 +-
parsers/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

jid/Cargo.toml 🔗

@@ -19,5 +19,5 @@ edition = "2018"
 gitlab = { repository = "xmpp-rs/xmpp-rs" }
 
 [dependencies]
-minidom = { version = "0.13", optional = true }
+minidom = { version = "0.14", optional = true }
 serde = { version = "1.0", features = ["derive"], optional = true }

parsers/Cargo.toml 🔗

@@ -14,7 +14,7 @@ license = "MPL-2.0"
 edition = "2018"
 
 [dependencies]
-minidom = "0.13"
+minidom = "0.14"
 jid = { version = "0.9", features = ["minidom"] }
 base64 = "0.13"
 digest = "0.10"