From f3c4d99ddc1d6fdb8643e2a8ff0e3afdc3ba0dc2 Mon Sep 17 00:00:00 2001 From: Marc Mettke Date: Sun, 7 Jun 2020 21:48:11 +0200 Subject: [PATCH] Updating to base64 0.12 (#96) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c23ab8c..c39d34fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ reqwest-010 = ["reqwest-0-10", "http-0-2"] [dependencies] async-trait = { version = "0.1", optional = true } -base64 = "0.10" +base64 = "0.12" curl = { version = "0.4.0", optional = true } failure = "0.1" failure_derive = "0.1"