From 54551488819142d92a18125819e3d0cecdd315c8 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:34:44 -0600 Subject: [PATCH] chore: remove cargo-deny warning --- deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deny.toml b/deny.toml index fd34d3c67..e543fa996 100644 --- a/deny.toml +++ b/deny.toml @@ -71,7 +71,6 @@ feature-depth = 1 # output a note when they are encountered. ignore = [ { id = "RUSTSEC-2024-0370", reason = "subdependency cannot be updated" }, - { id = "RUSTSEC-2024-0384", reason = "subdependency cannot be updated" }, #"RUSTSEC-0000-0000", #{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" }, #"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish