-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): remove Derivative and replace with Default impl due to R…
…USTSEC-2024-0388 (#359) Fixes #350 --------- Signed-off-by: simonsan <[email protected]>
- Loading branch information
Showing
6 changed files
with
74 additions
and
35 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -74,8 +74,6 @@ ignore = [ | |
# FIXME!: See https://github.com/RustCrypto/RSA/issues/19#issuecomment-1822995643. | ||
# There is no workaround available yet. | ||
"RUSTSEC-2023-0071", | ||
# FIXME: derivative => used for default impls | ||
"RUSTSEC-2024-0388", | ||
# { 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 | ||
# { crate = "[email protected]", reason = "you can specify why you are ignoring the yanked crate" }, | ||
|