-
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 once_cell from 1.19.0 to 1.20.1 (#1119)
* build(deps): Bump once_cell from 1.19.0 to 1.20.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Record audit, add exemption * Upgrade crossbeam dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Cook <[email protected]>
- Loading branch information
1 parent
dea0456
commit 2dcf5ca
Showing
5 changed files
with
91 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -498,6 +498,11 @@ who = "Brandon Pitman <[email protected]>" | |
criteria = "safe-to-deploy" | ||
delta = "1.18.0 -> 1.19.0" | ||
|
||
[[audits.once_cell]] | ||
who = "David Cook <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "1.19.0 -> 1.20.1" | ||
|
||
[[audits.opaque-debug]] | ||
who = "David Cook <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
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 |
---|---|---|
|
@@ -106,13 +106,6 @@ user-id = 3618 | |
user-login = "dtolnay" | ||
user-name = "David Tolnay" | ||
|
||
[[publisher.scopeguard]] | ||
version = "1.1.0" | ||
when = "2020-02-16" | ||
user-id = 2915 | ||
user-login = "Amanieu" | ||
user-name = "Amanieu d'Antras" | ||
|
||
[[publisher.serde]] | ||
version = "1.0.210" | ||
when = "2024-09-06" | ||
|
@@ -319,6 +312,12 @@ who = "Pat Hickey <[email protected]>" | |
criteria = "safe-to-deploy" | ||
version = "0.2.0" | ||
|
||
[[audits.bytecode-alliance.audits.crossbeam-epoch]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.9.15 -> 0.9.18" | ||
notes = "Nontrivial update but mostly around dependencies and how `unsafe` code is managed. Everything looks the same shape as before." | ||
|
||
[[audits.bytecode-alliance.audits.crypto-common]] | ||
who = "Benjamin Bouvier <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -479,6 +478,37 @@ criteria = "safe-to-deploy" | |
delta = "0.10.2 -> 0.10.3" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.crossbeam-epoch]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.9.10 -> 0.9.13" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.crossbeam-epoch]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.9.13 -> 0.9.14" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.crossbeam-utils]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.8.11 -> 0.8.14" | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.crossbeam-utils]] | ||
who = "Jan-Erik Rediger <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.8.14 -> 0.8.19" | ||
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.crossbeam-utils]] | ||
who = "Alex Franchuk <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.8.19 -> 0.8.20" | ||
notes = "Minor changes." | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.crypto-common]] | ||
who = "Mike Hommey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -586,6 +616,33 @@ version = "2.5.0" | |
notes = "The goal is to provide some constant-time correctness for cryptographic implementations. The approach is reasonable, it is known to be insufficient but this is pointed out in the documentation." | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.zcash.audits.crossbeam-deque]] | ||
who = "Jack Grigg <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.8.2 -> 0.8.3" | ||
notes = "No new code." | ||
aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml" | ||
|
||
[[audits.zcash.audits.crossbeam-deque]] | ||
who = "Jack Grigg <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.8.3 -> 0.8.4" | ||
aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml" | ||
|
||
[[audits.zcash.audits.crossbeam-deque]] | ||
who = "Daira-Emma Hopwood <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.8.4 -> 0.8.5" | ||
notes = "Changes to `unsafe` code look okay." | ||
aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml" | ||
|
||
[[audits.zcash.audits.crossbeam-epoch]] | ||
who = "Jack Grigg <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.9.14 -> 0.9.15" | ||
notes = "Bumps memoffset to 0.9, and unmarks some ARMv7r and Sony Vita targets as not having 64-bit atomics." | ||
aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml" | ||
|
||
[[audits.zcash.audits.getrandom]] | ||
who = "Jack Grigg <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|