Update minidom dep to 0.11
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
24d3d8696d
commit
74759a7e39
2 changed files with 11 additions and 11 deletions
|
|
@ -21,4 +21,4 @@ gitlab = { repository = "xmpp-rs/jid-rs" }
|
|||
[dependencies]
|
||||
failure = "0.1.1"
|
||||
failure_derive = "0.1.1"
|
||||
minidom = { version = "0.10", optional = true }
|
||||
minidom = { version = "0.11", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue