diff --git a/Cargo.lock b/Cargo.lock index e5664e6b..8a76f5f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,9 +335,9 @@ checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" [[package]] name = "fixed" -version = "1.26.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4810bcba5534219e7c160473f3a59167e2c98bd7516bc0eec5185848bcd38963" +checksum = "2fc715d38bea7b5bf487fcd79bcf8c209f0b58014f3018a7a19c2b855f472048" dependencies = [ "az", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 312bc010..232db1bb 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.7", optional = true } -fixed = { version = "1.26", optional = true } +fixed = { version = "1.27", 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 e741584f..06337b3f 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.26" +fixed = "1.27" fixed-macro = "1.2.0" rand = "0.8" prio = { path = "..", features = ["experimental", "test-util"] } diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index cb45524e..ccc9fc22 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -266,6 +266,11 @@ who = "David Cook " criteria = "safe-to-deploy" delta = "1.25.1 -> 1.26.0" +[[audits.fixed]] +who = "David Cook " +criteria = "safe-to-deploy" +delta = "1.26.0 -> 1.27.0" + [[audits.fixed-macro]] who = "David Cook " criteria = "safe-to-run"