Cargo.toml: Bump minidom and jid.
This commit is contained in:
parent
93c7ea6914
commit
023ba2b9f0
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ categories = ["parsing", "network-programming"]
|
|||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.6.2"
|
||||
jid = { version = "0.3.1", features = ["minidom"] }
|
||||
minidom = { version = "0.7.0" }
|
||||
jid = { version = "0.4.0", features = ["minidom"] }
|
||||
base64 = "0.7.0"
|
||||
digest = "0.7.1"
|
||||
sha-1 = "0.7.0"
|
||||
|
|
Loading…
Reference in a new issue