From b2e34b32f8dc3d4efa1edafe8f1fbb69d5412aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:29:00 +0200 Subject: [PATCH] chore(deps): update base64 requirement in /crates/cli (#192) Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 7aa8baca..9c1e310b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -41,7 +41,7 @@ serde = { version = "1", optional = true, default-features = false } # BSON bson = { version = "2.8.1", optional = true, default-features = false } -base64 = { version = "0.21.7", optional = true, default-features = false, features = ["std"]} +base64 = { version = "0.22.0", optional = true, default-features = false, features = ["std"]} hex = { version = "0.4.3", optional = true, default-features = false } # JSON