From 8f43ea1905863c4849ae09ea0995c45ddefc73c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:00:06 +0000 Subject: [PATCH] build(deps): update base64 requirement from 0.21 to 0.22 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.0...v0.22.1) --- 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 3dbf226..5991e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ settings-extension-updates = { path = "./bottlerocket-settings-models/settings-e abi_stable = "0.11.3" anyhow = "1" argh = "0.1" -base64 = "0.21" +base64 = "0.22" ctor = "0.2" darling = "0.20" env_logger = "0.11"