From b8d02f97854ca169765f4fba26f88541770889bb 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:41:10 +0000 Subject: [PATCH] Update base64 requirement from 0.12 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.12.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 501eae6..e562bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ cookies = ["cookie"] socks-proxy = ["socks"] [dependencies] -base64 = "0.12" +base64 = "0.13" chunked_transfer = "1.2.0" cookie = { version = "0.14", features = ["percent-encode"], optional = true} lazy_static = "1"