From e94acdd71046fe3d48287cbc2c9082402556a5e8 Mon Sep 17 00:00:00 2001 From: incrypto32 Date: Thu, 16 May 2024 22:11:23 +0400 Subject: [PATCH] Fix cargo deny failing --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index d6467f7f..0e9c33ab 100644 --- a/deny.toml +++ b/deny.toml @@ -30,7 +30,7 @@ targets = [ # The path where the advisory database is cloned/fetched into db-path = "~/.cargo/advisory-db" # The url of the advisory database to use -db-url = "https://github.com/rustsec/advisory-db" +db-urls = ["https://github.com/rustsec/advisory-db"] # The lint level for security vulnerabilities vulnerability = "warn" # The lint level for unmaintained crates