From 802efdd2014da10dba4dc0b7d3fafb28234c9a5f Mon Sep 17 00:00:00 2001 From: Sebastian Bor Date: Wed, 21 Dec 2022 13:17:50 +0000 Subject: [PATCH] chore: Fix audit --- .cargo/audit.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index adaf1a6..fb565fb 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -27,8 +27,8 @@ show_tree = true # Show inverse dependency trees along with advisories (default: # 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" +#[packages] +#source = "all" # "all", "public" or "local" [yanked] enabled = false # Warn for yanked crates in Cargo.lock (default: true)