mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +03:00
build: remove deprecated unmaintained field from deny.toml
This commit is contained in:
10
deny.toml
10
deny.toml
@@ -1,5 +1,4 @@
|
|||||||
[advisories]
|
[advisories]
|
||||||
unmaintained = "allow"
|
|
||||||
ignore = [
|
ignore = [
|
||||||
"RUSTSEC-2020-0071",
|
"RUSTSEC-2020-0071",
|
||||||
"RUSTSEC-2022-0093",
|
"RUSTSEC-2022-0093",
|
||||||
@@ -10,6 +9,15 @@ ignore = [
|
|||||||
# There is no fix at the time of writing this (2023-11-28).
|
# There is no fix at the time of writing this (2023-11-28).
|
||||||
# <https://rustsec.org/advisories/RUSTSEC-2023-0071>
|
# <https://rustsec.org/advisories/RUSTSEC-2023-0071>
|
||||||
"RUSTSEC-2023-0071",
|
"RUSTSEC-2023-0071",
|
||||||
|
|
||||||
|
# Unmaintained ansi_term
|
||||||
|
"RUSTSEC-2021-0139",
|
||||||
|
|
||||||
|
# Unmaintained encoding
|
||||||
|
"RUSTSEC-2021-0153",
|
||||||
|
|
||||||
|
# Unmaintained safemem
|
||||||
|
"RUSTSEC-2023-0081",
|
||||||
]
|
]
|
||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
|
|||||||
Reference in New Issue
Block a user