Skip to content

Commit

Permalink
ci: remove sized-chunk audit ignore
Browse files Browse the repository at this point in the history
Patched in versions >=0.6.3, we use 0.6.4.

Signed-off-by: Mirko von Leipzig <[email protected]>
  • Loading branch information
Mirko-von-Leipzig committed Aug 12, 2021
1 parent 27e7de7 commit 7fb5bc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
- name: Audit
# FIXME: Disabled:
# 1. spin: is no longer actively maintained
# 2. sized-chunks: no safe upgrade.
run: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041
run: cargo audit --ignore RUSTSEC-2019-0031

- name: Test
run: timeout 15m cargo test --all --all-features
Expand Down

0 comments on commit 7fb5bc8

Please sign in to comment.