We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a1704 commit 4cfa2d6Copy full SHA for 4cfa2d6
1 file changed
deny.toml
@@ -2,7 +2,11 @@
2
targets = []
3
4
[advisories]
5
-ignore = []
+ignore = [
6
+ "RUSTSEC-2021-0139", # ansi_term is unmaintained
7
+ "RUSTSEC-2025-0141", # atty potential unaligned read
8
+ "RUSTSEC-2020-0095" # difference is unmaintained
9
+]
10
11
[licenses]
12
allow = [
0 commit comments