Skip to content

Commit 9013c94

Browse files
author
Joonas Koivunen
authored
Merge pull request #729 from Mirko-von-Leipzig/feat/tokio_upgrade
feat: tokio upgrade
2 parents 6bc8a8a + 6fa10a7 commit 9013c94

File tree

48 files changed

+527
-717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+527
-717
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,8 @@ jobs:
4646

4747
- name: Audit
4848
# FIXME: Disabled:
49-
# 1. spin: is no longer actively maintained
50-
# 2. sized-chunks: no safe upgrade.
51-
# 3. net2: has been removed from crates, still present as a dep to tokio
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
49+
# 1. spin: is no longer actively maintained
50+
run: cargo audit --ignore RUSTSEC-2019-0031
5451

5552
- name: Test
5653
run: timeout 15m cargo test --all --all-features

0 commit comments

Comments
 (0)