Skip to content

Commit 0e0b99e

Browse files
committed
.cargo/audit.toml: ignore atomic-polyfill unmaintained
1 parent e9ae4e4 commit 0e0b99e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[advisories]
22
ignore = [
3-
"RUSTSEC-2024-0436", #paste
3+
"RUSTSEC-2023-0089", # atomic-polyfill unmaintained
4+
"RUSTSEC-2024-0436", # paste unmaintained
45
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]

0 commit comments

Comments
 (0)