Skip to content

Commit db0143f

Browse files
committed
build: remove deprecated unmaintained field from deny.toml
1 parent 4da0c19 commit db0143f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

deny.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[advisories]
2-
unmaintained = "allow"
32
ignore = [
43
"RUSTSEC-2020-0071",
54
"RUSTSEC-2022-0093",
@@ -10,6 +9,15 @@ ignore = [
109
# There is no fix at the time of writing this (2023-11-28).
1110
# <https://rustsec.org/advisories/RUSTSEC-2023-0071>
1211
"RUSTSEC-2023-0071",
12+
13+
# Unmaintained ansi_term
14+
"RUSTSEC-2021-0139",
15+
16+
# Unmaintained encoding
17+
"RUSTSEC-2021-0153",
18+
19+
# Unmaintained safemem
20+
"RUSTSEC-2023-0081",
1321
]
1422

1523
[bans]

0 commit comments

Comments
 (0)