Cargo.toml 🔗
@@ -20,4 +20,4 @@ gitlab = { repository = "xmpp-rs/jid-rs" }
[dependencies]
failure = "0.1.1"
failure_derive = "0.1.1"
-minidom = { version = "0.9.1", optional = true }
+minidom = { version = "0.10", optional = true }
Emmanuel Gil Peyrot created
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -20,4 +20,4 @@ gitlab = { repository = "xmpp-rs/jid-rs" }
[dependencies]
failure = "0.1.1"
failure_derive = "0.1.1"
-minidom = { version = "0.9.1", optional = true }
+minidom = { version = "0.10", optional = true }