File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11[advisories ]
2- # The `paste` dependency is transitively included via `gdbstub`.
3- # While the crate is archived/unmaintained, the author considers it feature-complete
4- # and functionally stable. gdbstub will be update once they migrate
5- # to an alternative solution.
6- # See https://github.com/daniel5151/gdbstub/issues/168
7- ignore = [" RUSTSEC-2024-0436" ]
2+ ignore = [
3+ # The `paste` dependency is transitively included via `gdbstub`.
4+ # While the crate is archived/unmaintained, the author considers it feature-complete
5+ # and functionally stable. gdbstub will be update once they migrate
6+ # to an alternative solution.
7+ # See https://github.com/daniel5151/gdbstub/issues/168
8+ " RUSTSEC-2024-0436" ,
9+ # Temporary exclusion of the bincode crate advisory
10+ # while we are working on migration to a substitution.
11+ " RUSTSEC-2025-0141" ,
12+ ]
You can’t perform that action at this time.
0 commit comments