Skip to content

Commit 81453ed

Browse files
committed
Ignore RUSTSEC-2026-0037 (quinn-proto, transitive via reqwest)
1 parent 0ca253b commit 81453ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
run: cargo install cargo-audit --locked || true
191191

192192
- name: Audit dependencies
193-
run: cargo audit --ignore RUSTSEC-2023-0071
193+
run: cargo audit --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2026-0037
194194

195195
- name: Install cargo-deny
196196
run: cargo install cargo-deny --locked || true

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: cargo install cargo-audit --locked || true
4747

4848
- name: Audit dependencies
49-
run: cargo audit --ignore RUSTSEC-2023-0071
49+
run: cargo audit --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2026-0037
5050

5151
- name: Install cargo-deny
5252
run: cargo install cargo-deny --locked || true

0 commit comments

Comments
 (0)