We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0dc1e commit 2968b46Copy full SHA for 2968b46
.cargo/audit.toml
@@ -1 +1,7 @@
1
[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