From bef1061a5185de7da55d1fd21cd019e5ecac43be Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 14 Feb 2024 20:39:54 -0500 Subject: [PATCH] that was not a valid option Signed-off-by: strawberry --- engage.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engage.toml b/engage.toml index 8fbda8bd..1209014e 100644 --- a/engage.toml +++ b/engage.toml @@ -76,4 +76,4 @@ cargo test \ [[task]] name = "cargo-audit" group = "security" -script = "cargo audit -D any" \ No newline at end of file +script = "cargo audit -D warnings -D unmaintained -D unsound -D yanked"