Bump minidom dependency to 0.10.

This commit is contained in:
Emmanuel Gil Peyrot 2018-12-18 16:35:08 +01:00
parent 46b7ce9603
commit d48473648b

View file

@ -20,4 +20,4 @@ gitlab = { repository = "xmpp-rs/jid-rs" }
[dependencies] [dependencies]
failure = "0.1.1" failure = "0.1.1"
failure_derive = "0.1.1" failure_derive = "0.1.1"
minidom = { version = "0.9.1", optional = true } minidom = { version = "0.10", optional = true }