From 37af7b254168faab6cb7d842ddafd6763fe275f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:02:16 +0000 Subject: [PATCH 1/2] build(deps): Bump fixed from 1.25.1 to 1.26.0 Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 1.25.1 to 1.26.0. - [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md) - [Commits](https://gitlab.com/tspiteri/fixed/compare/v1.25.1...v1.26.0) --- updated-dependencies: - dependency-name: fixed 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 8c958219d..fc4bcbe45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,9 +335,9 @@ checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" [[package]] name = "fixed" -version = "1.25.1" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e29e5681dc8556fb9df1409e95eae050e12e8776394313da3546dcb8cf390c73" +checksum = "4810bcba5534219e7c160473f3a59167e2c98bd7516bc0eec5185848bcd38963" dependencies = [ "az", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index c42ac154c..ea4422a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bitvec = { version = "1.0.1", optional = true } byteorder = "1.5.0" ctr = { version = "0.9.2", optional = true } fiat-crypto = { version = "0.2.6", optional = true } -fixed = { version = "1.25", optional = true } +fixed = { version = "1.26", optional = true } getrandom = { version = "0.2.12", features = ["std"] } hex = { version = "0.4.3", features = ["serde"], optional = true } hmac = { version = "0.12.1", optional = true } diff --git a/binaries/Cargo.toml b/binaries/Cargo.toml index 391b35291..e741584f4 100644 --- a/binaries/Cargo.toml +++ b/binaries/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/divviup/libprio-rs" [dependencies] base64 = "0.22.0" -fixed = "1.25" +fixed = "1.26" fixed-macro = "1.2.0" rand = "0.8" prio = { path = "..", features = ["experimental", "test-util"] } From f38c3df9472a5d73beafe794f4d614c1e53049fa Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 11 Mar 2024 12:49:50 -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 949cef251..21269419d 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -256,6 +256,11 @@ who = "David Cook " criteria = "safe-to-deploy" delta = "1.25.0 -> 1.25.1" +[[audits.fixed]] +who = "David Cook " +criteria = "safe-to-deploy" +delta = "1.25.1 -> 1.26.0" + [[audits.fixed-macro]] who = "David Cook " criteria = "safe-to-run"