Bump cargo-vet to 0.5. (#6029)

Aside from a few new features (notably automatic registry suggestions), this
release removes the need to import description for criteria that are not
directly used, and adds an explicit version to the cargo-vet instance.
This commit is contained in:
Bobby Holley
2023-03-15 15:14:38 -07:00
committed by GitHub
parent d76f7ee52e
commit 5ff2824ebb
3 changed files with 7 additions and 53 deletions

View File

@@ -82,7 +82,7 @@ jobs:
if: needs.determine.outputs.audit
runs-on: ubuntu-latest
env:
CARGO_VET_VERSION: 0.4.0
CARGO_VET_VERSION: 0.5.0
steps:
- uses: actions/checkout@v3
with: