From 0649537c07e921e45a28e4095eba546844269f2e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 22 Feb 2025 15:58:58 +0100 Subject: [PATCH] make auditing pass the hard way --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index d0c6a98beb1..67b22b3e42d 100644 --- a/deny.toml +++ b/deny.toml @@ -8,7 +8,7 @@ # More documentation for the advisories section can be found here: # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html [advisories] -ignore = [] +ignore = ['RUSTSEC-2025-0007']