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"