From d0c48372e60b04e2356357443cdbb6df1f742533 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 bdc9afcdb2..ff0f95bc28 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 5c70069aee..105cc4ebc6 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"