Prepare for v8

This commit is contained in:
Vincent Prouillet 2020-11-17 09:32:24 +01:00
parent 2f25cbed0a
commit 445dfe037e
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "7.2.0"
version = "8.0.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
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