diff --git a/Cargo.lock b/Cargo.lock index 9136b93a..91e365de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,9 +329,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" +checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" [[package]] name = "fixed" diff --git a/Cargo.toml b/Cargo.toml index 70254195..997cbd2d 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 } byteorder = "1.5.0" ctr = { version = "0.9.2", optional = true } -fiat-crypto = { version = "0.2.6", optional = true } +fiat-crypto = { version = "0.2.7", optional = true } fixed = { version = "1.26", optional = true } getrandom = { version = "0.2.12", features = ["std"] } hex = { version = "0.4.3", features = ["serde"], optional = true } diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 21269419..de06ba83 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -226,6 +226,11 @@ who = "Brandon Pitman " criteria = "safe-to-deploy" delta = "0.2.5 -> 0.2.6" +[[audits.fiat-crypto]] +who = "Brandon Pitman " +criteria = "safe-to-deploy" +delta = "0.2.6 -> 0.2.7" + [[audits.fixed]] who = "David Cook " criteria = "safe-to-deploy"