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