chore: update cargo-deny config (#1265)

Update `cargo-deny` config (noticed in
https://github.com/ratatui-org/ratatui/pull/1263#pullrequestreview-2215488414)

See https://github.com/EmbarkStudios/cargo-deny/pull/611
This commit is contained in:
EdJoPaTo 2024-08-02 19:53:57 +02:00 committed by GitHub
parent ffc4300558
commit a9fe4284ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,7 @@
# configuration for https://github.com/EmbarkStudios/cargo-deny # configuration for https://github.com/EmbarkStudios/cargo-deny
[licenses] [licenses]
default = "deny" version = 2
unlicensed = "deny"
copyleft = "deny"
confidence-threshold = 0.8 confidence-threshold = 0.8
allow = [ allow = [
"Apache-2.0", "Apache-2.0",
@ -16,8 +14,7 @@ allow = [
] ]
[advisories] [advisories]
unmaintained = "deny" version = 2
yanked = "deny"
[bans] [bans]
multiple-versions = "allow" multiple-versions = "allow"