Skip to content

Commit c864eec

Browse files
authored
.cargo/audit.toml: fix audit (#183)
We don't care `paste` is unmaintained
1 parent 742b605 commit c864eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/audit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[advisories]
2-
ignore = ["RUSTSEC-2021-0137"]
2+
ignore = ["RUSTSEC-2024-0436"]

0 commit comments

Comments
 (0)