From 445dfe037e5dfa1975d2305e16830a18987a8f24 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 17 Nov 2020 09:32:24 +0100 Subject: [PATCH] Prepare for v8 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b7d8fe5..51e6e57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonwebtoken" -version = "7.2.0" +version = "8.0.0" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" @@ -15,10 +15,10 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] serde_json = "1.0" serde = {version = "1.0", features = ["derive"] } ring = { version = "0.16.5", features = ["std"] } -base64 = "0.12" +base64 = "0.13" # For PEM decoding pem = "0.8" -simple_asn1 = "0.4" +simple_asn1 = "0.5" [dev-dependencies] # For the custom chrono example