Update base64

This commit is contained in:
Vincent Prouillet 2019-02-04 18:39:46 +01:00
parent 86dce0003e
commit 71d5cb19f7
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## 6.0.0 (unreleased)
-
- Update Ring to 0.14
## 5.0.1 (2018-09-10)

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "5.0.1"
version = "6.0.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
license = "MIT"
readme = "README.md"
@ -14,6 +14,6 @@ serde_json = "1.0"
serde_derive = "1.0"
serde = "1.0"
ring = { version = "0.14", features = ["dev_urandom_fallback"] }
base64 = "0.9"
base64 = "0.10"
untrusted = "0.6"
chrono = "0.4"