We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c948775 commit dba29c6Copy full SHA for dba29c6
1 file changed
.cargo/audit.toml
@@ -1,2 +1,8 @@
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
+ # see https://users.rust-lang.org/t/paste-alternatives/126787/2
5
+ "RUSTSEC-2024-0436",
6
+ # ansi_term crate is unmaintained since 2021, we can ignore this warning.
7
+ "RUSTSEC-2021-0139",
8
+]
0 commit comments