deny: update config for 0.16

This commit is contained in:
Dirkjan Ochtman 2024-08-05 14:12:11 +02:00
parent fb9eebc970
commit 50938ab454
2 changed files with 3 additions and 4 deletions

View File

@ -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 :-).

View File

@ -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"