Skip to content

Commit

Permalink
build(deps): Bump base64 from 0.21.7 to 0.22.0 (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent dca7e3b commit 97243dc
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -15,7 +15,7 @@ aes = { version = "0.8.4", optional = true }
bitvec = { version = "1.0.1", optional = true }
ctr = { version = "0.9.2", optional = true }
cmac = { version = "0.7.2", optional = true }
base64 = "0.21.7"
base64 = "0.22.0"
byteorder = "1.5.0"
fiat-crypto = { version = "0.2.6", optional = true }
fixed = { version = "1.25", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
repository = "https://github.com/divviup/libprio-rs"

[dependencies]
base64 = "0.21.7"
base64 = "0.22.0"
color-eyre = { version = "^0.6" }
fixed-macro = "1.2.0"
prio = { path = "..", features = ["test-util", "prio2", "experimental", "multithreaded"] }
Expand Down
5 changes: 5 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ who = "David Cook <dcook@divviup.org>"
criteria = "safe-to-deploy"
delta = "0.21.6 -> 0.21.7"

[[audits.base64]]
who = "Brandon Pitman <bran@bran.land>"
criteria = "safe-to-deploy"
delta = "0.21.7 -> 0.22.0"

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

0 comments on commit 97243dc

Please sign in to comment.