From 2d1e94227963c87860a824248d0a2d786374222d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:46:34 +0000 Subject: [PATCH 1/2] build(deps): bump base64 from 0.21.2 to 0.21.3 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.2 to 0.21.3. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.21.3) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- binaries/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dce425a05..ad5c1980d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.2" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 7cec5e9d1..5ca9e1ee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ resolver = "2" aes = { version = "0.8.3", optional = true } ctr = { version = "0.9.2", optional = true } cmac = { version = "0.7.2", optional = true } -base64 = "0.21.2" +base64 = "0.21.3" byteorder = "1.4.3" fixed = "1.23" getrandom = { version = "0.2.10", features = ["std"] } diff --git a/binaries/Cargo.toml b/binaries/Cargo.toml index c7b600378..e77f92b4d 100644 --- a/binaries/Cargo.toml +++ b/binaries/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" repository = "https://github.com/divviup/libprio-rs" [dependencies] -base64 = "0.21.2" +base64 = "0.21.3" prio = { path = "..", features = ["test-util", "prio2"] } color-eyre = { version = "^0.6" } serde_json = { version = "1.0" } From d985518670ee4711a1181bbb1468a1ed64908d36 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 28 Aug 2023 17:04:33 -0500 Subject: [PATCH 2/2] Update audit imports --- supply-chain/imports.lock | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 39f320e28..2f724053a 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -516,6 +516,11 @@ who = "Tim Geoghegan " criteria = "safe-to-deploy" delta = "0.21.0 -> 0.21.1" +[[audits.divviup.audits.base64]] +who = "David Cook " +criteria = "safe-to-deploy" +delta = "0.21.2 -> 0.21.3" + [[audits.divviup.audits.block-buffer]] who = "David Cook " criteria = "safe-to-deploy"