Skip to content

Commit

Permalink
deps: update fiat-crypto requirement from 0.1.11 to 0.2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [fiat-crypto](https://github.com/mit-plv/fiat-crypto) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent c05be3d commit 58f5f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [
[dependencies]
subtle = { version = "^2.2.2", default-features = false }
zeroize = { version = "1.1.0", default-features = false }
fiat-crypto = {version = "0.1.11", default-features = false}
fiat-crypto = {version = "0.2.1", default-features = false}
getrandom = { version = "0.2.0", optional = true }
ct-codecs = { version = "1.1.1", optional = true }

Expand Down

0 comments on commit 58f5f60

Please sign in to comment.