Address cargo audit failure RUSTSEC-2025-0009 (#7086)

This commit is contained in:
Eitan Seri-Levi
2025-03-10 17:58:58 -06:00
committed by GitHub
parent 7d598ed8a5
commit 0f5e680149
3 changed files with 29 additions and 56 deletions

View File

@@ -250,7 +250,7 @@ install-audit:
cargo install --force cargo-audit
audit-CI:
cargo audit --ignore RUSTSEC-2025-0009 --ignore RUSTSEC-2024-0437
cargo audit --ignore RUSTSEC-2024-0437
# Runs `cargo vendor` to make sure dependencies can be vendored for packaging, reproducibility and archival purpose.
vendor: