We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ae4e4 commit 0e0b99eCopy full SHA for 0e0b99e
.cargo/audit.toml
@@ -1,4 +1,5 @@
1
[advisories]
2
ignore = [
3
- "RUSTSEC-2024-0436", #paste
+ "RUSTSEC-2023-0089", # atomic-polyfill unmaintained
4
+ "RUSTSEC-2024-0436", # paste unmaintained
5
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
0 commit comments