Update for 7.1.1 (#134)

This commit is contained in:
Vincent Prouillet 2020-06-09 22:00:37 +02:00 committed by GitHub
parent 3cae0df3dd
commit cf6ac78714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -16,7 +16,7 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
rust: 1.36.0
rust: 1.39.0
- build: stable
os: ubuntu-18.04
rust: stable

View File

@ -1,6 +1,10 @@
# Changelog
# 7.1.0 (2020-03-01)
## 7.1.1 (2020-06-09)
- Update dependencies
## 7.1.0 (2020-03-01)
- Add `into_static` to `DecodingKey` for easier re-use

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "7.1.0"
version = "7.1.1"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"
@ -16,7 +16,7 @@ serde = {version = "1.0", features = ["derive"] }
ring = { version = "0.16.5", features = ["std"] }
base64 = "0.12"
# For PEM decoding
pem = "0.7"
pem = "0.8"
simple_asn1 = "0.4"
[dev-dependencies]

View File

@ -14,7 +14,7 @@ jsonwebtoken = "7"
serde = {version = "1.0", features = ["derive"] }
```
The minimum required Rust version is 1.36.
The minimum required Rust version is 1.39.
## Algorithms
This library currently supports the following: