-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove resolved advisory from deny ignore list (#487)
Closes #447
- Loading branch information
1 parent
7b4dc5f
commit 0ac777b
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,6 @@ feature-depth = 1 | |
# output a note when they are encountered. | ||
ignore = [ | ||
{ id = "RUSTSEC-2024-0370", reason = "Transitive dependency; need other dependencies to resolve first." }, | ||
# Todo: https://github.com/roadster-rs/roadster/issues/447 - Get `config` to fix or migrate to `figment` | ||
{ id = "RUSTSEC-2024-0320", reason = "Transitive dependency of `config` crate; only impacts our `config-yaml` feature." }, | ||
#"RUSTSEC-0000-0000", | ||
#{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" }, | ||
#"[email protected]", # you can also ignore yanked crate versions if you wish | ||
|