From 46615347ebe392c5d67dea07d3a7dca62d489cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gonz=C3=A1lez?= Date: Thu, 5 Oct 2023 10:56:36 +0100 Subject: [PATCH] .cargo/audit: Remove deprecated packages field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove the packages field that has been deprecated in newer versions of cargo audit. * Remove the arch filed to log error for all targets. Signed-off-by: Tomás González --- .cargo/audit.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 68b3578..45c2009 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -19,12 +19,8 @@ show_tree = true # Show inverse dependency trees along with advisories # Target Configuration [target] -arch = "x86_64" # Ignore advisories for CPU architectures other than this one os = "linux" # Ignore advisories for operating systems other than this one -[packages] -source = "all" # "all", "public" or "local" - [yanked] enabled = true # Warn for yanked crates in Cargo.lock update_index = true # Auto-update the crates.io index