From d63dacfe8cc0b26af025258bd7126b985c78a93e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:12:12 +0000 Subject: [PATCH] Update base64 requirement from 0.11 to 0.13 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.13.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..ea4ef3d 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.13" reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"] } failure = "0.1" log = "0.4"