Update deny.toml

This commit is contained in:
Paul Dicker 2023-09-26 14:49:26 +02:00 committed by Paul Dicker
parent e116f5c101
commit be8f2fd31d

View File

@ -4,8 +4,6 @@ copyleft = "deny"
[advisories]
ignore = [
"RUSTSEC-2020-0071", # time 0.1, doesn't affect the API we use
"RUSTSEC-2021-0145", # atty (dev-deps only, dependency of criterion)
"RUSTSEC-2022-0004", # rustc_serialize, cannot remove due to compatibility
]
unmaintained = "deny"