Update base64

This commit is contained in:
Vincent Prouillet 2018-03-19 12:30:37 +01:00
parent 90cad4f7c4
commit 9056a2912f
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## 4.0.1 (2018-03-19)
## 4.0.0 (2017-11-22)
### Breaking changes

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "4.0.0"
version = "4.0.1"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
license = "MIT"
readme = "README.md"
@ -15,6 +15,6 @@ serde_json = "1.0"
serde_derive = "1.0"
serde = "1.0"
ring = { version = "0.12.0", features = ["rsa_signing", "dev_urandom_fallback"] }
base64 = "0.8"
base64 = "0.9"
untrusted = "0.5"
chrono = "0.4"