From 5dbe6082ab04d46eedfb9ced20712c5c9d607911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:34:08 +0000 Subject: [PATCH 1/2] build(deps): Bump fiat-crypto from 0.2.4 to 0.2.5 Bumps [fiat-crypto](https://github.com/mit-plv/fiat-crypto) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/mit-plv/fiat-crypto/releases) - [Commits](https://github.com/mit-plv/fiat-crypto/commits) --- updated-dependencies: - dependency-name: fiat-crypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8620e0ce..89d75daa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,9 +329,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53a56f0780318174bad1c127063fd0c5fdfb35398e3cd79ffaab931a6c79df80" +checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7" [[package]] name = "fixed" diff --git a/Cargo.toml b/Cargo.toml index 9853056d9..d81950cfa 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 } byteorder = "1.5.0" ctr = { version = "0.9.2", optional = true } -fiat-crypto = { version = "0.2.4", optional = true } +fiat-crypto = { version = "0.2.5", optional = true } fixed = { version = "1.23", optional = true } getrandom = { version = "0.2.11", features = ["std"] } hmac = { version = "0.12.1", optional = true } From 5ab3a7f1037a99c5e15669da2aaacb806e9dc206 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 20 Nov 2023 12:31:06 -0600 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 5c19d299c..f95a8ac9c 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -189,6 +189,11 @@ who = "Brandon Pitman " criteria = "safe-to-deploy" delta = "0.2.2 -> 0.2.4" +[[audits.fiat-crypto]] +who = "David Cook " +criteria = "safe-to-deploy" +delta = "0.2.4 -> 0.2.5" + [[audits.fixed]] who = "David Cook " criteria = "safe-to-deploy"