Skip to content

Commit bda24fa

Browse files
authored
Merge of #9130
2 parents ac93932 + 132fe64 commit bda24fa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ install-audit:
331331
cargo install --force cargo-audit
332332

333333
audit-CI:
334-
cargo audit --ignore RUSTSEC-2026-0049
334+
cargo audit --ignore RUSTSEC-2026-0049 --ignore RUSTSEC-2026-0098 --ignore RUSTSEC-2026-0099
335335

336336
# Runs cargo deny (check for banned crates, duplicate versions, and source restrictions)
337337
deny: install-deny deny-CI

0 commit comments

Comments
 (0)