We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ab6f8 commit 36d3d19Copy full SHA for 36d3d19
2 files changed
.cargo/audit.toml
@@ -1,11 +1,5 @@
1
[advisories]
2
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",
+ # time crate can't be updated in the repo because of MSRV, users are unaffected
+ "RUSTSEC-2026-0009",
11
]
.github/workflows/audit-rust.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- uses: actions/checkout@v4
37
- - uses: rustsec/audit-check@v1
+ - uses: rustsec/audit-check@v2
38
with:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
# https://github.com/tauri-apps/plugins-workspace/issues/774
0 commit comments