From b2949ca3f9b28f8c56fbdece43f7955c22c45dde Mon Sep 17 00:00:00 2001 From: Gray Olson Date: Tue, 10 Sep 2024 18:42:19 +0200 Subject: [PATCH] fix cargo deny --- deny.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/deny.toml b/deny.toml index 3dd50ef..9323031 100644 --- a/deny.toml +++ b/deny.toml @@ -1,28 +1,23 @@ [advisories] -vulnerability = "allow" -unmaintained = "allow" [bans] -multiple-versions = "deny" deny = [ ] skip = [ + # two versions of glam for now since macaw is + # unreleased for a little while, should fix soon + { name = "glam" } ] [sources] -unknown-registry = "deny" -unknown-git = "allow" allow-registry = [ "https://github.com/rust-lang/crates.io-index", ] [licenses] -unlicensed = "deny" -allow-osi-fsf-free = "neither" # We want really high confidence when inferring licenses from text confidence-threshold = 0.92 -copyleft = "deny" allow = [ "Apache-2.0", "MIT",