From cf45ecdefae454dc56c9850b9b7ae302c6bd2866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:17:04 +0000 Subject: [PATCH 1/2] build(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 | 4 ++-- Cargo.toml | 2 +- binaries/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 924085cc8..37e6397fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.7" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index f8d020c98..32cc28f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ aes = { version = "0.8.4", 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.7" +base64 = "0.22.0" byteorder = "1.5.0" fiat-crypto = { version = "0.2.6", optional = true } fixed = { version = "1.25", optional = true } diff --git a/binaries/Cargo.toml b/binaries/Cargo.toml index e1f6fa642..d37249c31 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.7" +base64 = "0.22.0" color-eyre = { version = "^0.6" } fixed-macro = "1.2.0" prio = { path = "..", features = ["test-util", "prio2", "experimental", "multithreaded"] } From cfa13bd56dcc959198b5cf122b139d6409d89254 Mon Sep 17 00:00:00 2001 From: Brandon Pitman Date: Wed, 6 Mar 2024 13:58:36 -0800 Subject: [PATCH 2/2] cargo vet --- supply-chain/audits.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 765b0a1c2..33522fe84 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -80,6 +80,11 @@ who = "David Cook " criteria = "safe-to-deploy" delta = "0.21.6 -> 0.21.7" +[[audits.base64]] +who = "Brandon Pitman " +criteria = "safe-to-deploy" +delta = "0.21.7 -> 0.22.0" + [[audits.block-buffer]] who = "David Cook " criteria = "safe-to-deploy"