From b5e36682a909a160ebd255e896b75892b7da55f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 07:46:02 +0000 Subject: [PATCH] Update base64 requirement from 0.11 to 0.12 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86c0f9c..1ab8cf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde_qs = "0.5" -base64 = "0.11" +base64 = "0.12" reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"] } failure = "0.1" log = "0.4"