From c752ba68aba47588170acd91b5f9647c059b8056 Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Wed, 4 Sep 2024 20:58:58 -0700 Subject: [PATCH] Update deny.toml for new version of `cargo-deny`. --- deny.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 0846bbf..9f50c8f 100644 --- a/deny.toml +++ b/deny.toml @@ -1,3 +1,6 @@ +[graph] +all-features = true + [bans] multiple-versions = "allow" @@ -12,5 +15,4 @@ allow = [ "Unlicense", "Zlib", ] -default = "deny" unused-allowed-license = "allow"