chore(Cargo): Update base64 dependency

This commit is contained in:
Vincent Ambo 2019-02-13 12:21:18 +01:00 committed by Vincent Ambo
parent 5eefd71bf1
commit 4051fe0ec8

View file

@ -1,7 +1,7 @@
[package]
name = "alcoholic_jwt"
description = "Library for validation of RS256 JWTs"
version = "0.1.0"
version = "0.1.2"
authors = ["Vincent Ambo <vincent@aprila.no>"]
keywords = ["jwt", "token", "jwks"]
categories = ["authentication"]
@ -9,7 +9,7 @@ license = "GPL-3.0-or-later"
repository = "https://github.com/aprilabank/alcoholic_jwt"
[dependencies]
base64 = "0.9"
base64 = "0.10"
openssl = "0.10"
serde = "1.0"
serde_derive = "1.0"