Skip to content

Commit 63a559b

Browse files
committed
ci: update EmbarkStudios/cargo-deny-action to v2.
1 parent d2dc11b commit 63a559b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff 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

deny.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
44
[advisories]
55
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",
89
]
910

1011
# This section is considered when running `cargo deny check bans`.

0 commit comments

Comments
 (0)