File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -160,4 +160,4 @@ jobs:
160160 runs-on : ubuntu-22.04
161161 steps :
162162 - uses : actions/checkout@v4
163- - uses : EmbarkStudios/cargo-deny-action@v1
163+ - uses : EmbarkStudios/cargo-deny-action@v2
Original file line number Diff line number Diff line change 33# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
44[advisories ]
55ignore = [
6- # safemem transitive dependency, old and unmaintained but not critical and stable
7- " RUSTSEC-2023-0081" ,
6+ # HACK(eddyb) `instant` is unmaintained (`web-time` suggested replacement),
7+ # non-trivial to remove as e.g. even the latest `minifb` still uses it.
8+ " RUSTSEC-2024-0384" ,
89]
910
1011# This section is considered when running `cargo deny check bans`.
You can’t perform that action at this time.
0 commit comments