We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1963eb1 commit d24523dCopy full SHA for d24523d
1 file changed
.cargo/audit.toml
@@ -1,2 +1,7 @@
1
[advisories]
2
-ignore = ["RUSTSEC-2024-0436", "RUSTSEC-2021-0139"]
+ignore = [
3
+ # As the rust community considers the paste crate 'done', we can safely ignore this warning.
4
+ "RUSTSEC-2024-0436",
5
+ # ansi_term crate unmaintained since 2021, we can ignore this warning.
6
+ "RUSTSEC-2021-0139",
7
+]
0 commit comments