From 9b3c6d6d9cbec5e89f55eeaea820fd8e31e4e5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:27:33 +0000 Subject: [PATCH] Bump base64 from 0.21.7 to 0.22.1 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1. - [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.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- attestation-doc-validation/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 439be9e..09d967b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,7 +182,7 @@ dependencies = [ "aes-gcm", "aws-nitro-enclaves-cose", "aws-nitro-enclaves-nsm-api", - "base64 0.21.7", + "base64 0.22.1", "chrono", "der 0.7.9", "ecdsa 0.16.9", diff --git a/attestation-doc-validation/Cargo.toml b/attestation-doc-validation/Cargo.toml index da6bd8b..00e45b3 100644 --- a/attestation-doc-validation/Cargo.toml +++ b/attestation-doc-validation/Cargo.toml @@ -18,7 +18,7 @@ aws-nitro-enclaves-cose = { version = "0.5.1", default-features = false } thiserror = "1.0" serde_cbor = "0.11" hex = "0.4.3" -base64 = "0.21" +base64 = "0.22" serde_bytes = "0.11" serde = { version = "1.0.180", features = ["derive"] } serde_with = "2.2" @@ -37,6 +37,6 @@ aws-nitro-enclaves-nsm-api = { version = "^0.4", default-features = false } [dev-dependencies] rcgen = "0.10" -base64 = "0.21" +base64 = "0.22" serde_json = "1" pem = "1.1.1"