diff --git a/deny.toml b/deny.toml index 0e486c8474..186290e039 100644 --- a/deny.toml +++ b/deny.toml @@ -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"