Update minidom dependency to 0.11
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
0ef4ba7e55
commit
a1ae45add8
22 changed files with 236 additions and 168 deletions
|
|
@ -14,8 +14,8 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.10.0"
|
||||
jid = { version = "0.6.0", features = ["minidom"] }
|
||||
minidom = "0.11.0"
|
||||
jid = { version = "0.7.0", features = ["minidom"] }
|
||||
base64 = "0.10"
|
||||
digest = "0.8"
|
||||
sha-1 = "0.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue