Cargo.toml: Bump minidom and jid.

This commit is contained in:
Emmanuel Gil Peyrot 2017-12-27 16:52:28 +01:00
parent 93c7ea6914
commit 023ba2b9f0

View file

@ -13,8 +13,8 @@ categories = ["parsing", "network-programming"]
license = "MPL-2.0" license = "MPL-2.0"
[dependencies] [dependencies]
minidom = "0.6.2" minidom = { version = "0.7.0" }
jid = { version = "0.3.1", features = ["minidom"] } jid = { version = "0.4.0", features = ["minidom"] }
base64 = "0.7.0" base64 = "0.7.0"
digest = "0.7.1" digest = "0.7.1"
sha-1 = "0.7.0" sha-1 = "0.7.0"