Skip to content

Commit 5ed8bff

Browse files
ci: ignore hyper rustsec
This should be safe as it requires data transfers in excess of 18 exabytes. This should be reverted with the tokio 1.0 upgrade. Signed-off-by: Mirko von Leipzig <mirko.vonleipzig@gmail.com>
1 parent 9864ed8 commit 5ed8bff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
# 1. spin: is no longer actively maintained
5050
# 2. sized-chunks: no safe upgrade.
5151
# 3. net2: has been removed from crates, still present as a dep to tokio
52-
run: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041 --ignore RUSTSEC-2020-0016
52+
# 4. hyper: requires 18 exabytes of data transfer, can be removed with tokio 1.0 upgrade
53+
run: cargo audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0041 --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2021-0078 --ignore RUSTSEC-2021-0079
5354

5455
- name: Test
5556
run: timeout 15m cargo test --all --all-features

0 commit comments

Comments
 (0)