From 816cbfa97098c7dfd6da7f56653220b8a72c5b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:56:48 +0000 Subject: [PATCH] build(deps): bump base64 from 0.21.4 to 0.22.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.4 to 0.22.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.4...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- enclave_build/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a30f8704..c7377b914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ name = "enclave_build" version = "0.1.0" dependencies = [ "aws-nitro-enclaves-image-format", - "base64 0.21.7", + "base64 0.22.0", "bollard", "clap", "flate2", diff --git a/enclave_build/Cargo.toml b/enclave_build/Cargo.toml index e991a49f3..8add77050 100644 --- a/enclave_build/Cargo.toml +++ b/enclave_build/Cargo.toml @@ -15,7 +15,7 @@ serde_yaml = "0.8" serde_json = "1.0" tempfile = "3.5.0" tokio = { version = "1.27", features = ["rt-multi-thread"] } -base64 = "0.21" +base64 = "0.22" log = "0.4" url = "2.4" sha2 = "0.9.5"