Update minidom dep to 0.11

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-07-20 19:45:06 +02:00
commit 74759a7e39
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 11 additions and 11 deletions

View file

@ -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 }