Skip to content

Commit 36d3d19

Browse files
fix(ci): bump rustsec/audit-check to v2 (#3329)
1 parent 31ab6f8 commit 36d3d19

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.cargo/audit.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
[advisories]
22
ignore = [
3-
# time 0.1
4-
"RUSTSEC-2020-0071",
5-
# needs sqlx 0.7 (still in alpha)
6-
"RUSTSEC-2022-0090",
7-
# wry needs kuchiki on Android
8-
"RUSTSEC-2023-0019",
9-
# atty is only used when the `colored` feature is enabled on tauri-plugin-log
10-
"RUSTSEC-2021-0145",
3+
# time crate can't be updated in the repo because of MSRV, users are unaffected
4+
"RUSTSEC-2026-0009",
115
]

.github/workflows/audit-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: rustsec/audit-check@v1
37+
- uses: rustsec/audit-check@v2
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
# https://github.com/tauri-apps/plugins-workspace/issues/774

0 commit comments

Comments
 (0)