diff --git a/deny.toml b/deny.toml index 71006b14cd..55c581ce3a 100644 --- a/deny.toml +++ b/deny.toml @@ -4,7 +4,12 @@ # to your expectations and requirements. # Root options -targets = [] +targets = [ + { triple = "x86_64-unknown-linux-gnu" }, + { triple = "aarch64-unknown-linux-gnu" }, + { triple = "aarch64-apple-darwin" }, + { triple = "x86_64-apple-darwin" }, +] all-features = false no-default-features = false feature-depth = 1