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" name = "benches"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
publish = false
# Even as a `dev-dependency` Criterion and its dependencies can affect the MSRV of chrono. # Even as a `dev-dependency` Criterion and its dependencies can affect the MSRV of chrono.
# But not when it lives in a separate crate :-). # But not when it lives in a separate crate :-).

View File

@ -1,8 +1,6 @@
[licenses] [licenses]
allow-osi-fsf-free = "either" allow = ["Apache-2.0", "MIT", "Unicode-DFS-2016"]
copyleft = "deny" private = { ignore = true }
[advisories] [advisories]
unmaintained = "deny"
unsound = "deny"
yanked = "deny" yanked = "deny"