Upgrade to minidom 0.4.4 to avoid having to redefine IntoElements for each Into<Element>.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-21 01:20:29 +01:00
commit 3b6733f38b
9 changed files with 9 additions and 105 deletions

View file

@ -13,7 +13,7 @@ categories = ["parsing", "network-programming"]
license = "MPL-2.0"
[dependencies]
minidom = "0.4.3"
minidom = "0.4.4"
jid = "0.2.0"
base64 = "0.6.0"
digest = "0.6.0"