From 1c41dfa861b41b48202680d72f82dd6222d83fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:05:48 +0000 Subject: [PATCH] build(deps): update base64 requirement from 0.20.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.20.0...v0.21.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39c7944b..2061d7f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ include = ["src", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "benches", [dependencies] # Vorbis comments pictures -base64 = "0.20.0" +base64 = "0.21.0" byteorder = "1.4.3" # TODO: rustfmt only works with cfg_if for now (https://github.com/rust-lang/rustfmt/issues/3253) cfg-if = "1.0.0"