Skip to content

Commit

Permalink
build: remove deprecated unmaintained field from deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Mar 3, 2024
1 parent 4da0c19 commit db0143f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[advisories]
unmaintained = "allow"
ignore = [
"RUSTSEC-2020-0071",
"RUSTSEC-2022-0093",
Expand All @@ -10,6 +9,15 @@ ignore = [
# There is no fix at the time of writing this (2023-11-28).
# <https://rustsec.org/advisories/RUSTSEC-2023-0071>
"RUSTSEC-2023-0071",

# Unmaintained ansi_term
"RUSTSEC-2021-0139",

# Unmaintained encoding
"RUSTSEC-2021-0153",

# Unmaintained safemem
"RUSTSEC-2023-0081",
]

[bans]
Expand Down

0 comments on commit db0143f

Please sign in to comment.