Skip to content

Commit 27e7de7

Browse files
ci: remove hyper rustsec audit ignore
Patched for versions >=0.14.10, and we now use 0.14.11. Signed-off-by: Mirko von Leipzig <mirko.vonleipzig@gmail.com>
1 parent c404516 commit 27e7de7

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
@@ -48,8 +48,7 @@ jobs:
4848
# FIXME: Disabled:
4949
# 1. spin: is no longer actively maintained
5050
# 2. sized-chunks: no safe upgrade.
51-
# 3+4. hyper: requires 18 exabytes of data transfer
52-
run: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041 --ignore RUSTSEC-2021-0078 --ignore RUSTSEC-2021-0079
51+
run: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041
5352

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

0 commit comments

Comments
 (0)