From 9eb526f8cf0306cd706fb4e4defe397664eb1658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:03:29 +0000 Subject: [PATCH 1/2] build(deps): Bump base64 from 0.21.4 to 0.21.5 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.4 to 0.21.5. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.4...v0.21.5) --- 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 eb955b05f..1490c608f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.4" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" +checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index daed9dd10..17064e4af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ aes = { version = "0.8.3", optional = true } bitvec = { version = "1.0.1", optional = true } ctr = { version = "0.9.2", optional = true } cmac = { version = "0.7.2", optional = true } -base64 = "0.21.4" +base64 = "0.21.5" byteorder = "1.5.0" fiat-crypto = { version = "0.2.1", optional = true } fixed = { version = "1.23", optional = true } diff --git a/binaries/Cargo.toml b/binaries/Cargo.toml index b6749107b..2bd00f28e 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.4" +base64 = "0.21.5" color-eyre = { version = "^0.6" } fixed-macro = "1.2.0" prio = { path = "..", features = ["test-util", "prio2", "experimental", "multithreaded"] } From b582c15f9994dba166553bdf13abd3b942849202 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 24 Oct 2023 09:00:16 -0500 Subject: [PATCH 2/2] Record audit --- supply-chain/audits.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 92ab7b8a8..7d87ccc3c 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -55,6 +55,11 @@ who = "Ameer Ghani " criteria = "safe-to-deploy" delta = "0.21.3 -> 0.21.4" +[[audits.base64]] +who = "David Cook " +criteria = "safe-to-deploy" +delta = "0.21.4 -> 0.21.5" + [[audits.block-buffer]] who = "David Cook " criteria = "safe-to-deploy"