Skip to content

Commit

Permalink
cargo_audit: Temporarily ignore RUSTSEC-2024-0384.
Browse files Browse the repository at this point in the history
We depend on `instant`, which is unmaintained, via `notify`.

`notify` switched over to [`web-time`], but hasn't relased the change
yet, so we need to ignore the advisory for now.

[`web-time`]: notify-rs/notify#652
  • Loading branch information
gabi-250 committed Nov 12, 2024
1 parent 4a04490 commit 58d5110
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions maint/cargo_audit
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ IGNORE=(
# Ignoring while we are waiting for upstream to switch to the suggested
# alternative: https://github.com/CensoredUsername/dynasm-rs/pull/100
--ignore RUSTSEC-2024-0370
# instant is unmaintained.
#
# This was fixed upstream in
# https://github.com/notify-rs/notify/pull/652
# but we're waiting for notify to cut a release.
#
# Ignoring while we are waiting for the notify version bump
--ignore RUSTSEC-2024-0384
)

${CARGO:-cargo} audit -D warnings "${IGNORE[@]}"
Expand Down

0 comments on commit 58d5110

Please sign in to comment.