Commit da042c3
fix(ci): correct cargo-deny flag order; clear RUSTSEC advisories
cargo-deny takes --exclude-dev before the subcommand; the audit job
passed it after `check` and died on argument parsing, so the audit
never actually ran. With it running, two advisories fail the build:
RUSTSEC-2026-0204 (crossbeam-epoch 0.9.18 null-pointer deref in
fmt::Display) and RUSTSEC-2026-0186 (memmap2 0.9.10 unchecked pointer
offset). Lockfile bumped to crossbeam-epoch 0.9.20 and memmap2 0.9.11
per the advisories' guidance.1 parent 1638f2a commit da042c3
2 files changed
Lines changed: 21 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments