Skip to content

Commit dba29c6

Browse files
committed
chore: review comments
1 parent c948775 commit dba29c6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.cargo/audit.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
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+
# 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

Comments
 (0)