Skip to content

Commit 7fb5bc8

Browse files
ci: remove sized-chunk audit ignore
Patched in versions >=0.6.3, we use 0.6.4. Signed-off-by: Mirko von Leipzig <mirko.vonleipzig@gmail.com>
1 parent 27e7de7 commit 7fb5bc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
- name: Audit
4848
# FIXME: Disabled:
4949
# 1. spin: is no longer actively maintained
50-
# 2. sized-chunks: no safe upgrade.
51-
run: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041
50+
run: cargo audit --ignore RUSTSEC-2019-0031
5251

5352
- name: Test
5453
run: timeout 15m cargo test --all --all-features

0 commit comments

Comments
 (0)