From 18bcc9a3220188f8b3922f3a7e68a23d871bffab Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 11 Nov 2024 00:37:36 +0000 Subject: [PATCH] Temporarily ignore rustsec warning for unmaintained instant will raise an issue for it Signed-off-by: clux --- deny.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deny.toml b/deny.toml index 8c1aa1545..5729ca036 100644 --- a/deny.toml +++ b/deny.toml @@ -12,6 +12,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"] # remove them when we have to yanked = "warn" +ignore = [ + "RUSTSEC-2024-0384", # instant dep via unmaintained backoff dep +] [licenses] # See https://spdx.org/licenses/ for list of possible licenses @@ -60,6 +63,7 @@ unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = ["https://github.com/tyrone-wu/runtime-macros.git"] + [bans] multiple-versions = "deny"