qa: Recommend cargo-upgrades instead of cargo-outdated

Closes zcash/zcash#6090.
This commit is contained in:
Jack Grigg 2022-10-10 19:05:51 +00:00
parent 9a69c2b01e
commit 13657342c8
1 changed files with 2 additions and 2 deletions

View File

@ -411,8 +411,8 @@ def main():
print("""
You should also check the Rust dependencies using cargo:
cargo install cargo-outdated cargo-audit
cargo outdated
cargo install cargo-upgrades cargo-audit
cargo upgrades
cargo audit
""")
if status == 0: