Update changelog and base64

This commit is contained in:
Vincent Prouillet 2017-06-24 15:18:07 +09:00
parent 8b4228cba1
commit ff6e8a3490
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2.0.2 (2017-06-24)
- Update ring & chrono
## 2.0.1 (2017-05-09)
- Update ring

View File

@ -15,6 +15,6 @@ serde_json = "1.0"
serde_derive = "1.0"
serde = "1.0"
ring = { version = "0.11.0", features = ["rsa_signing", "dev_urandom_fallback"] }
base64 = "0.5"
base64 = "0.6"
untrusted = "0.5"
chrono = "0.4"