Upgrade to minidom 0.4.4 to avoid having to redefine IntoElements for each Into<Element>.
This commit is contained in:
parent
21cee25b27
commit
3b6733f38b
9 changed files with 9 additions and 105 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue