From 663fe7cb4331d7ac6f28b24ac218135357578539 Mon Sep 17 00:00:00 2001 From: andriyDev Date: Wed, 11 Dec 2024 00:19:26 -0800 Subject: [PATCH] Ignore the 'instant is unmaintained' advisory. This change has already been made upstream in the notify-types crate, but it's up to the maintainer to publish the crate. There is nothing for us to do. --- deny.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 859d9e5e3ebef..f8114fed1d1a7 100644 --- a/deny.toml +++ b/deny.toml @@ -3,7 +3,10 @@ all-features = true [advisories] version = 2 -ignore = [] +ignore = [ + # TODO: #16477 - Delete this once notify-types has been bumped. + "RUSTSEC-2024-0384", +] [licenses] version = 2