diff --git a/deny.toml b/deny.toml index 13b9fac5f7..9b1539a06d 100644 --- a/deny.toml +++ b/deny.toml @@ -4,7 +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 ]