Skip to content

Commit

Permalink
ci: update EmbarkStudios/cargo-deny-action to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Dec 18, 2024
1 parent c3410d4 commit 1d76d59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
[advisories]
ignore = [
# safemem transitive dependency, old and unmaintained but not critical and stable
"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.
"RUSTSEC-2024-0384",
]

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

0 comments on commit 1d76d59

Please sign in to comment.