We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EmbarkStudios/cargo-deny-action
v2
1 parent d2dc11b commit 63a559bCopy full SHA for 63a559b
.github/workflows/ci.yaml
@@ -160,4 +160,4 @@ jobs:
160
runs-on: ubuntu-22.04
161
steps:
162
- uses: actions/checkout@v4
163
- - uses: EmbarkStudios/cargo-deny-action@v1
+ - uses: EmbarkStudios/cargo-deny-action@v2
deny.toml
@@ -3,8 +3,9 @@
3
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
4
[advisories]
5
ignore = [
6
- # safemem transitive dependency, old and unmaintained but not critical and stable
7
- "RUSTSEC-2023-0081",
+ # HACK(eddyb) `instant` is unmaintained (`web-time` suggested replacement),
+ # non-trivial to remove as e.g. even the latest `minifb` still uses it.
8
+ "RUSTSEC-2024-0384",
9
]
10
11
# This section is considered when running `cargo deny check bans`.
0 commit comments