From 3996f1c5c1e4ca0669dbb535e146548da89a55bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:46:45 +0000 Subject: [PATCH] chore(deps): Bump base64 from 0.21.7 to 0.22.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 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.7...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 | 26 +++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e380cdee9..700f78751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,7 +284,7 @@ dependencies = [ "anyhow", "async-trait", "attester", - "base64 0.21.7", + "base64 0.22.0", "clap 4.2.7", "config", "const_format", @@ -318,7 +318,7 @@ dependencies = [ "async-trait", "az-snp-vtpm", "az-tdx-vtpm", - "base64 0.21.7", + "base64 0.22.0", "clap 4.2.7", "codicon", "csv-rs", @@ -995,7 +995,7 @@ version = "0.1.0" dependencies = [ "aes-gcm", "anyhow", - "base64 0.21.7", + "base64 0.22.0", "clap 4.2.7", "ctr", "daemonize", @@ -1046,7 +1046,7 @@ dependencies = [ "anyhow", "async-trait", "attestation-agent", - "base64 0.21.7", + "base64 0.22.0", "cfg-if", "clap 4.2.7", "config", @@ -1258,7 +1258,7 @@ version = "0.1.0" dependencies = [ "aes-gcm", "anyhow", - "base64 0.21.7", + "base64 0.22.0", "ctr", "kbs-types", "openssl", @@ -2712,7 +2712,7 @@ version = "0.1.0" dependencies = [ "anyhow", "assert-json-diff", - "base64 0.21.7", + "base64 0.22.0", "crypto", "kms", "resource_uri", @@ -2729,7 +2729,7 @@ dependencies = [ "anyhow", "async-compression", "async-trait", - "base64 0.21.7", + "base64 0.22.0", "cfg-if", "devicemapper", "dircpy", @@ -3051,7 +3051,7 @@ version = "0.1.0" dependencies = [ "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.0", "bincode", "crypto", "foreign-types 0.5.0", @@ -3089,7 +3089,7 @@ dependencies = [ "anyhow", "async-trait", "attester", - "base64 0.21.7", + "base64 0.22.0", "crypto", "jwt-simple", "kbs-types", @@ -3119,7 +3119,7 @@ dependencies = [ "anyhow", "async-trait", "attestation-agent", - "base64 0.21.7", + "base64 0.22.0", "bincode", "chrono", "const_format", @@ -3905,7 +3905,7 @@ dependencies = [ "aes-gcm", "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.0", "base64-serde", "cfg-if", "crypto", @@ -5255,7 +5255,7 @@ dependencies = [ "assert-json-diff", "assert_cmd", "async-trait", - "base64 0.21.7", + "base64 0.22.0", "clap 4.2.7", "crypto", "kms", @@ -5768,7 +5768,7 @@ version = "0.1.0" dependencies = [ "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.0", "kms", "log", "rand", diff --git a/Cargo.toml b/Cargo.toml index 86b0bcce8..d01757083 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ aes-gcm = "0.10.2" anyhow = "1.0" assert-json-diff = "2.0" async-trait = "0.1.78" -base64 = "0.21.7" +base64 = "0.22.0" base64-serde = "0.7" bincode = "1.3.3" cfg-if = "1.0.0"