diff --git a/deny.toml b/deny.toml index 40fe0e3b..9dc5e972 100644 --- a/deny.toml +++ b/deny.toml @@ -48,9 +48,6 @@ notice = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ - # generic-array lifetime errasure. If all upstream crates upgrade to >=0.14.0 - # we can remove this. - "RUSTSEC-2020-0146", # raw-cpuid is a dep of cranelift-native. Not feasible to upgrade. "RUSTSEC-2021-0013", # hyper-0.12.35 is used by jsonrpc-http-server-15.1.0. Which will be updated in sync