-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #518 from chewing/issue517
chore: bump version to 0.8.0-rc.3
- Loading branch information
Showing
10 changed files
with
42 additions
and
22 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
@@ -1,6 +1,14 @@ | ||
|
||
# cargo-vet imports lock | ||
|
||
[[unpublished.chewing]] | ||
version = "0.8.0-beta.3" | ||
audited_as = "0.8.0-beta.2" | ||
|
||
[[unpublished.chewing-cli]] | ||
version = "0.8.0-beta.3" | ||
audited_as = "0.8.0-beta.2" | ||
|
||
[[publisher.anstream]] | ||
version = "0.6.13" | ||
when = "2024-02-27" | ||
|
@@ -473,3 +481,23 @@ criteria = "safe-to-deploy" | |
delta = "0.4.18 -> 0.4.20" | ||
notes = "Only cfg attribute and internal macro changes and module refactorings" | ||
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.zerocopy]] | ||
who = "Alex Franchuk <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.7.32" | ||
notes = """ | ||
This crate is `no_std` so doesn't use any side-effectful std functions. It | ||
contains quite a lot of `unsafe` code, however. I verified portions of this. It | ||
also has a large, thorough test suite. The project claims to run tests with | ||
Miri to have stronger soundness checks, and also claims to use formal | ||
verification tools to prove correctness. | ||
""" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.zerocopy-derive]] | ||
who = "Alex Franchuk <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.7.32" | ||
notes = "Clean, safe macros for zerocopy." | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" |