From a9fe4284acfa6ca01260c11b0f64f8f610272d20 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Fri, 2 Aug 2024 19:53:57 +0200 Subject: [PATCH] chore: update cargo-deny config (#1265) Update `cargo-deny` config (noticed in https://github.com/ratatui-org/ratatui/pull/1263#pullrequestreview-2215488414) See https://github.com/EmbarkStudios/cargo-deny/pull/611 --- deny.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/deny.toml b/deny.toml index b4ba33db..381e6873 100644 --- a/deny.toml +++ b/deny.toml @@ -1,9 +1,7 @@ # configuration for https://github.com/EmbarkStudios/cargo-deny [licenses] -default = "deny" -unlicensed = "deny" -copyleft = "deny" +version = 2 confidence-threshold = 0.8 allow = [ "Apache-2.0", @@ -16,8 +14,7 @@ allow = [ ] [advisories] -unmaintained = "deny" -yanked = "deny" +version = 2 [bans] multiple-versions = "allow"