From b7e9822052a9aee625c3d2a7a39461180a9cd7b0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 25 Jul 2018 22:45:09 +0200 Subject: [PATCH] deps: update base64 to 0.9 Signed-off-by: Igor Gnatenko --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa46421..09a2669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["google", "oauth", "v2"] license = "MIT OR Apache-2.0" [dependencies] -base64 = "0.5.2" +base64 = "0.9" chrono = "0.2" hyper = "0.10.2" hyper-rustls = "0.6.1"