We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca253b commit 81453edCopy full SHA for 81453ed
2 files changed
.github/workflows/ci.yml
@@ -190,7 +190,7 @@ jobs:
190
run: cargo install cargo-audit --locked || true
191
192
- name: Audit dependencies
193
- run: cargo audit --ignore RUSTSEC-2023-0071
+ run: cargo audit --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2026-0037
194
195
- name: Install cargo-deny
196
run: cargo install cargo-deny --locked || true
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments