From a8f41ccb21fba8e09bdd7d59c07bcb370b61761c Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 5 Apr 2024 06:10:27 +0900 Subject: [PATCH] chore: Update to cargo-deny v2 config --- deny.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 159c135ea..1b04b28a6 100644 --- a/deny.toml +++ b/deny.toml @@ -1,3 +1,4 @@ +[graph] all-features = true [bans] @@ -26,10 +27,9 @@ skip-tree = [ ] [licenses] -unlicensed = "deny" +version = 2 # We want really high confidence when inferring licenses from text confidence-threshold = 0.92 -copyleft = "deny" allow = [ "Apache-2.0", "ISC",