From 33f84642116b89471ba44dbf11cb69cc51cf6dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:16:40 +0000 Subject: [PATCH] Update base64 requirement from 0.12.0 to 0.13.0 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.12.0...v0.13.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 286dad3..0716a70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tls = ["native-tls"] tls-vendored = ["native-tls", "native-tls/vendored"] [dependencies] -base64 = "0.12.0" +base64 = "0.13.0" byteorder = "1.3.2" bytes = "0.5" http = "0.2"