From 0f93e5e915b17bce14ecd9a031479e69b057f088 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 10 Feb 2019 16:56:53 +0100 Subject: [PATCH] chore: Update base64 to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 262d388..8312247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" edition = "2018" [dependencies] -base64 = "0.9" +base64 = "0.10" chrono = "0.4" hyper = "0.10.2" hyper-native-tls = "0.3"