-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[all] Update cargo deny to allow idna v0.5.0 for now
- Loading branch information
1 parent
21a9add
commit 13d701f
Showing
2 changed files
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ | |
"horiz", | ||
"Hsing", | ||
"idents", | ||
"idna", | ||
"ignit", | ||
"impls", | ||
"InputEvent", | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,8 @@ allow = ["ISC"] | |
# see if it was yanked on or not. So to prevent warnings or failed advisory warnings, you | ||
# can add the `RUSTSEC...` identifier instead. | ||
ignore = [ | ||
"RUSTSEC-2024-0320", # "[email protected]", | ||
"RUSTSEC-2024-0384", # "[email protected]", | ||
"RUSTSEC-2024-0402", # "[email protected]", | ||
"RUSTSEC-2024-0320", # "[email protected]" | ||
"RUSTSEC-2024-0384", # "[email protected]" | ||
"RUSTSEC-2024-0402", # "[email protected]" | ||
"RUSTSEC-2024-0421", # "idna v0.5.0" | ||
] |