From 053f5c1c0746e363c24b19577b958621ea91c40c Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Wed, 26 Feb 2025 07:57:12 -0600 Subject: [PATCH] chore: remove unused deny rule --- deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deny.toml b/deny.toml index bbda73e1ea..87517bb061 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-2025-0007", 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