Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[advisories]
# The `paste` dependency is transitively included via `gdbstub`.
# While the crate is archived/unmaintained, the author considers it feature-complete
# and functionally stable. gdbstub will be update once they migrate
# to an alternative solution.
# See https://github.com/daniel5151/gdbstub/issues/168
ignore = ["RUSTSEC-2024-0436"]
ignore = [
# The `paste` dependency is transitively included via `gdbstub`.
# While the crate is archived/unmaintained, the author considers it feature-complete
# and functionally stable. gdbstub will be update once they migrate
# to an alternative solution.
# See https://github.com/daniel5151/gdbstub/issues/168
"RUSTSEC-2024-0436",
# Temporary exclusion of the bincode crate advisory
# while we are working on migration to a substitution.
"RUSTSEC-2025-0141",
]