Skip to content

Commit

Permalink
build(deps): Bump fiat-crypto from 0.2.2 to 0.2.4 (#830)
Browse files Browse the repository at this point in the history
* build(deps): Bump fiat-crypto from 0.2.2 to 0.2.4

Bumps [fiat-crypto](https://github.com/mit-plv/fiat-crypto) from 0.2.2 to 0.2.4.
- [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] <[email protected]>

* cargo vet

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brandon Pitman <[email protected]>
  • Loading branch information
dependabot[bot] and branlwyd authored Nov 15, 2023
1 parent d6df6f5 commit d2d60a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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 @@ -17,7 +17,7 @@ ctr = { version = "0.9.2", optional = true }
cmac = { version = "0.7.2", optional = true }
base64 = "0.21.5"
byteorder = "1.5.0"
fiat-crypto = { version = "0.2.2", optional = true }
fiat-crypto = { version = "0.2.4", optional = true }
fixed = { version = "1.23", optional = true }
getrandom = { version = "0.2.11", features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
5 changes: 5 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ criteria = "safe-to-deploy"
delta = "0.2.1 -> 0.2.2"
notes = "No new usage of `unsafe` nor any functional changes I can detect."

[[audits.fiat-crypto]]
who = "Brandon Pitman <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.2 -> 0.2.4"

[[audits.fixed]]
who = "David Cook <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit d2d60a5

Please sign in to comment.