From c14d07848ab550faedf24047f0372e842bbda8ee Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 11 Nov 2024 10:27:47 +0100 Subject: [PATCH] Remove old silenced RUSTSEC --- deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deny.toml b/deny.toml index 238d5427f7d5..a4594b408459 100644 --- a/deny.toml +++ b/deny.toml @@ -29,7 +29,6 @@ all-features = true [advisories] version = 2 ignore = [ - "RUSTSEC-2023-0086", # TODO(#3741): Waiting for https://github.com/apache/arrow-rs/pull/6401 "RUSTSEC-2024-0384", # Waiting for https://github.com/console-rs/indicatif/pull/666 ]