Skip to content

Commit 3f8f302

Browse files
Bump zerovec from 0.10.2 to 0.10.4 (#698)
1 parent f8dea1b commit 3f8f302

File tree

3 files changed

+36
-25
lines changed

3 files changed

+36
-25
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supply-chain/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ criteria = "safe-to-deploy"
9090
version = "1.3.3"
9191
criteria = "safe-to-deploy"
9292

93-
[[exemptions.bitflags]]
94-
version = "2.6.0"
95-
criteria = "safe-to-deploy"
96-
9793
[[exemptions.bitvec]]
9894
version = "1.0.1"
9995
criteria = "safe-to-deploy"
@@ -874,6 +870,10 @@ criteria = "safe-to-deploy"
874870
version = "0.1.4"
875871
criteria = "safe-to-deploy"
876872

873+
[[exemptions.zerovec]]
874+
version = "0.10.4"
875+
criteria = "safe-to-deploy"
876+
877877
[[exemptions.zstd]]
878878
version = "0.13.1"
879879
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,36 @@ criteria = "safe-to-run"
18211821
version = "0.7.4"
18221822
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT"
18231823

1824+
[[audits.google.audits.bitflags]]
1825+
who = "Lukasz Anforowicz <[email protected]>"
1826+
criteria = "safe-to-deploy"
1827+
version = "2.4.2"
1828+
notes = """
1829+
Audit notes:
1830+
1831+
* I've checked for any discussion in Google-internal cl/546819168 (where audit
1832+
of version 2.3.3 happened)
1833+
* `src/lib.rs` contains `#![cfg_attr(not(test), forbid(unsafe_code))]`
1834+
* There are 2 cases of `unsafe` in `src/external.rs` but they seem to be
1835+
correct in a straightforward way - they just propagate the marker trait's
1836+
impl (e.g. `impl bytemuck::Pod`) from the inner to the outer type
1837+
* Additional discussion and/or notes may be found in https://crrev.com/c/5238056
1838+
"""
1839+
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
1840+
1841+
[[audits.google.audits.bitflags]]
1842+
who = "Adrian Taylor <[email protected]>"
1843+
criteria = "safe-to-deploy"
1844+
delta = "2.4.2 -> 2.5.0"
1845+
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
1846+
1847+
[[audits.google.audits.bitflags]]
1848+
who = "Adrian Taylor <[email protected]>"
1849+
criteria = "safe-to-deploy"
1850+
delta = "2.5.0 -> 2.6.0"
1851+
notes = "The changes from the previous version are negligible and thus it retains the same properties."
1852+
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
1853+
18241854
[[audits.google.audits.cast]]
18251855
who = "George Burgess IV <[email protected]>"
18261856
criteria = "safe-to-run"
@@ -2531,25 +2561,6 @@ criteria = "safe-to-deploy"
25312561
delta = "0.1.2 -> 0.1.4"
25322562
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
25332563

2534-
[[audits.mozilla.audits.zerovec]]
2535-
who = "Makoto Kato <[email protected]>"
2536-
criteria = "safe-to-deploy"
2537-
version = "0.9.4"
2538-
notes = "This crate is zero-copy data structure implmentation. Although this uses unsafe block in several code, it requires for zero-copy. And this has a comment in code why this uses unsafe and I audited code."
2539-
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
2540-
2541-
[[audits.mozilla.audits.zerovec]]
2542-
who = "Makoto Kato <[email protected]>"
2543-
criteria = "safe-to-deploy"
2544-
delta = "0.9.4 -> 0.10.1"
2545-
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
2546-
2547-
[[audits.mozilla.audits.zerovec]]
2548-
who = "Makoto Kato <[email protected]>"
2549-
criteria = "safe-to-deploy"
2550-
delta = "0.10.1 -> 0.10.2"
2551-
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
2552-
25532564
[[audits.mozilla.audits.zerovec-derive]]
25542565
who = "Makoto Kato <[email protected]>"
25552566
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)