Skip to content

Commit

Permalink
build(deps): Bump fixed from 1.25.1 to 1.26.0 (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 8960536 commit 6ff693b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
hmac = { version = "0.12.1", optional = true }
num-bigint = { version = "0.4.4", optional = true, features = ["rand", "serde"] }
Expand Down
2 changes: 1 addition & 1 deletion binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repository = "https://github.com/divviup/libprio-rs"

[dependencies]
base64 = "0.22.0"
fixed = "1.25"
fixed = "1.26"
fixed-macro = "1.2.0"
prio = { path = "..", features = ["prio2", "experimental"] }
2 changes: 2 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ criteria = "safe-to-deploy"
user-id = 101233
start = "2020-09-28"
end = "2024-03-23"
renew = false

[[wildcard-audits.prio]]
who = "David Cook <dcook@divviup.org>"
criteria = "safe-to-deploy"
user-id = 213776
start = "2020-09-28"
end = "2024-03-23"
renew = false

[[audits.aes]]
who = "Brandon Pitman <bran@bran.land>"
Expand Down
5 changes: 5 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,11 @@ who = "David Cook <dcook@divviup.org>"
criteria = "safe-to-deploy"
delta = "1.25.0 -> 1.25.1"

[[audits.isrg.audits.fixed]]
who = "David Cook <dcook@divviup.org>"
criteria = "safe-to-deploy"
delta = "1.25.1 -> 1.26.0"

[[audits.isrg.audits.getrandom]]
who = "David Cook <dcook@divviup.org>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 6ff693b

Please sign in to comment.