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:
160
160
runs-on : ubuntu-22.04
161
161
steps :
162
162
- 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 3
3
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
4
4
[advisories ]
5
5
ignore = [
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" ,
8
9
]
9
10
10
11
# This section is considered when running `cargo deny check bans`.
You can’t perform that action at this time.
0 commit comments