about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <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"