Cargo.toml: Bump base64 to 0.7.0.

This commit is contained in:
Emmanuel Gil Peyrot 2017-10-31 21:35:07 +00:00
parent bd9aa01ad5
commit 655fc9ae68

View file

@ -15,7 +15,7 @@ license = "MPL-2.0"
[dependencies]
minidom = "0.6.2"
jid = { version = "0.3.0", features = ["minidom"] }
base64 = "0.6.0"
base64 = "0.7.0"
digest = "0.6.0"
sha-1 = "0.4.0"
sha2 = "0.6.0"