-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump sha2 from 0.10.7 to 0.10.8 (#775)
* build(deps): Bump sha2 from 0.10.7 to 0.10.8 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.7 to 0.10.8. - [Commits](RustCrypto/hashes@sha2-v0.10.7...sha2-v0.10.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * cargo add-exception * cargo vet prune --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ameer Ghani <[email protected]>
- Loading branch information
1 parent
1089d27
commit 9ccb045
Showing
4 changed files
with
8 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -470,11 +470,6 @@ who = "Mike Hommey <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "1.10.1 -> 1.10.2" | ||
|
||
[[audits.firefox.audits.sha2]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.10.2 -> 0.10.6" | ||
|
||
[[audits.firefox.audits.subtle]] | ||
who = "Simon Friedberger <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -608,18 +603,6 @@ approach looks reasonable. | |
""" | ||
aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml" | ||
|
||
[[audits.zcash.audits.sha2]] | ||
who = "Jack Grigg <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.10.6 -> 0.10.7" | ||
notes = """ | ||
The new `unsafe` assembly backend only uses aarch64 intrinsics, via their typed | ||
Rust APIs (aside from the SHA2-specific intrinsics that are not in Rust yet). I | ||
did not perform a cryptographic review, but the code to load from and store into | ||
the function arguments looks correct. | ||
""" | ||
aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml" | ||
|
||
[[audits.zcash.audits.unicode-ident]] | ||
who = "Daira Hopwood <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|