Skip to content

Commit d24523d

Browse files
committed
chore: review comments
1 parent 1963eb1 commit d24523d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.cargo/audit.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[advisories]
2-
ignore = ["RUSTSEC-2024-0436", "RUSTSEC-2021-0139"]
2+
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

Comments
 (0)