Skip to content

Commit

Permalink
Ignore the 'instant is unmaintained' advisory. (#16763)
Browse files Browse the repository at this point in the history
# Objective

- Hides #16477.

## Solution

Add the advisory ID to the list of ignored advisories.

The notify-types crate has already been switched to web-time upstream,
but it's up to the maintainer to publish the crate. There is nothing for
us to do, so better to just ignore it so we don't ignore this CI check
anymore (and mistakenly miss new advisories).

## Testing

- Tested locally.
  • Loading branch information
andriyDev authored Dec 11, 2024
1 parent 2994e53 commit e5d7fb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ all-features = true

[advisories]
version = 2
ignore = []
ignore = [
# TODO: #16477 - Delete this once notify-types has been bumped.
"RUSTSEC-2024-0384",
]

[licenses]
version = 2
Expand Down

0 comments on commit e5d7fb4

Please sign in to comment.