From 50938ab45465fa780cb21bbc35761e53cf6ae857 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 5 Aug 2024 14:12:11 +0200 Subject: [PATCH] deny: update config for 0.16 --- bench/Cargo.toml | 1 + deny.toml | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bench/Cargo.toml b/bench/Cargo.toml index bdc9afcd..ff0f95bc 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -2,6 +2,7 @@ name = "benches" version = "0.1.0" edition = "2021" +publish = false # Even as a `dev-dependency` Criterion and its dependencies can affect the MSRV of chrono. # But not when it lives in a separate crate :-). diff --git a/deny.toml b/deny.toml index 5c70069a..105cc4eb 100644 --- a/deny.toml +++ b/deny.toml @@ -1,8 +1,6 @@ [licenses] -allow-osi-fsf-free = "either" -copyleft = "deny" +allow = ["Apache-2.0", "MIT", "Unicode-DFS-2016"] +private = { ignore = true } [advisories] -unmaintained = "deny" -unsound = "deny" yanked = "deny"