Skip to content

Commit 2968b46

Browse files
committed
chore: Ignore paste unmaintained warning
While gdbstub moves away from paste as a dependency we will ignore this warning. Signed-off-by: Jack Thomson <[email protected]>
1 parent 7c0dc1e commit 2968b46

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)