From dc7d5ec2d56ad85c93ece7c951b567e85bd9d799 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Fri, 14 Apr 2023 01:01:51 +1200 Subject: [PATCH] Remove old RUSTSEC suppression (#3017) --- src/deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/deny.toml b/src/deny.toml index 00643e84c..2769bdada 100644 --- a/src/deny.toml +++ b/src/deny.toml @@ -16,7 +16,6 @@ unmaintained = "deny" unsound = "deny" yanked = "deny" ignore = [ - "RUSTSEC-2023-0018", "RUSTSEC-2020-0016", # There is a PR currently open to stop using the unmaintained crate: https://github.com/servo/ipc-channel/pull/302 ]