chore(Cargo): Update base64 dependency
This commit is contained in:
parent
5eefd71bf1
commit
4051fe0ec8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "alcoholic_jwt"
|
name = "alcoholic_jwt"
|
||||||
description = "Library for validation of RS256 JWTs"
|
description = "Library for validation of RS256 JWTs"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
authors = ["Vincent Ambo <vincent@aprila.no>"]
|
authors = ["Vincent Ambo <vincent@aprila.no>"]
|
||||||
keywords = ["jwt", "token", "jwks"]
|
keywords = ["jwt", "token", "jwks"]
|
||||||
categories = ["authentication"]
|
categories = ["authentication"]
|
||||||
|
@ -9,7 +9,7 @@ license = "GPL-3.0-or-later"
|
||||||
repository = "https://github.com/aprilabank/alcoholic_jwt"
|
repository = "https://github.com/aprilabank/alcoholic_jwt"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.9"
|
base64 = "0.10"
|
||||||
openssl = "0.10"
|
openssl = "0.10"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue