Bump minidom dependency to 0.10.
This commit is contained in:
parent
46b7ce9603
commit
d48473648b
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue