From 0bf410caf32461485733fa0e382b1f7dbf7f6223 Mon Sep 17 00:00:00 2001 From: Ruben Nijveld Date: Thu, 19 Sep 2024 13:29:27 +0200 Subject: [PATCH] Update cargo-deny config --- deny.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/deny.toml b/deny.toml index 4c88cc2ae..8251aa3f2 100644 --- a/deny.toml +++ b/deny.toml @@ -1,13 +1,19 @@ +[graph] targets = [ { triple = "x86_64-unknown-linux-musl" }, { triple = "x86_64-unknown-linux-gnu" }, ] [licenses] -allow-osi-fsf-free = "either" -copyleft = "deny" private = { ignore = true } -allow = ["MPL-2.0"] +allow = [ + "Apache-2.0", + "MIT", + "ISC", + "Unicode-DFS-2016", + "BSD-3-Clause", + "OpenSSL", +] [[licenses.clarify]] name = "ring"