Bump rustsec-admin to v0.3.3 (#547)

Should address the bug we encountered assigning an ID to the first
advisory for a given year:

https://github.com/RustSec/advisory-db/runs/1644743652
This commit is contained in:
Tony Arcieri
2021-01-04 09:35:34 -08:00
committed by GitHub
parent 846dfb93a3
commit 0708242759
3 changed files with 6 additions and 6 deletions

View File

@@ -16,12 +16,12 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.3.2
key: rustsec-admin-v0.3.3
- name: Install rustsec-admin
run: |
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
cargo install rustsec-admin --vers 0.3.2
cargo install rustsec-admin --vers 0.3.3
fi
- name: Lint advisories