From 4051fe0ec884a8e49a74191b798845415abe7d33 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 13 Feb 2019 12:21:18 +0100 Subject: chore(Cargo): Update base64 dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index adc1aa9689c1..366a6022c277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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" -- cgit 1.4.1