From 4c8afd2616ed35d7bdebd2069ed0909136fc598f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Jan 2022 16:41:30 +0200 Subject: test: deny dependencies with security issues or that are yanked Sponsored-by: author --- deny.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 9db4685..08ad9ef 100644 --- a/deny.toml +++ b/deny.toml @@ -9,8 +9,8 @@ db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "warn" -yanked = "allow" -notice = "warn" +yanked = "deny" +notice = "deny" ignore = [ "RUSTSEC-2020-0027", "RUSTSEC-2020-0071", -- cgit v1.2.1