From 2295e7ef6b2433f44b459d6afd309b29fa84041b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 05:10:32 +0000 Subject: [PATCH] chore(deps): Update base64 requirement from 0.13.0 to 0.21.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.13.0...v0.21.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7188d5..f789bc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,14 +21,14 @@ headers = "0.3.1" tokio = "1.0" httpmock = { version = "0.6.2", optional = true } rustls = { version = "0.20.2" } -base64 = { version = "0.13.0", optional = true } +base64 = { version = "0.21.0", optional = true } thiserror = "1.0.30" rsa = "0.5.0" rand = "0.8.5" [dev-dependencies] httpmock = { version = "0.6.2" } -base64 = { version = "0.13.0" } +base64 = { version = "0.21.0" } [features] test-helper = ["httpmock", "base64"]