maint/cargo_audit: Honour $CARGO

This makes it easier to for me to test this script.  (I would like to
do this to all of them but it's easier on a case-by-case basis.)
This commit is contained in:
Ian Jackson 2022-08-22 10:35:57 +01:00
parent 83eefe1e21
commit ff962e5109
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ IGNORE=(
--ignore RUSTSEC-2020-0016
)
cargo audit -D warnings "${IGNORE[@]}"
${CARGO:-cargo} audit -D warnings "${IGNORE[@]}"
OBSOLETE_IGNORE=(