Skip to content

Commit 762f659

Browse files
JackThomson2ShadowCurse
authored andcommitted
chore: Ignore paste unmaintained warning
While gdbstub moves away from paste as a dependency we will ignore this warning. (cherry picked from commit e7f6051) Signed-off-by: Jack Thomson <[email protected]> Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 4e40479 commit 762f659

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cargo/audit.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
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"]

0 commit comments

Comments
 (0)