From 71d5cb19f790975dbf13e2d10c201e95a89fa660 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 4 Feb 2019 18:39:46 +0100 Subject: [PATCH] Update base64 --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1716a..7427b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 6.0.0 (unreleased) -- +- Update Ring to 0.14 ## 5.0.1 (2018-09-10) diff --git a/Cargo.toml b/Cargo.toml index bfd72a6..d3c1d52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "5.0.1" +version = "6.0.0" authors = ["Vincent Prouillet "] 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"