mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 21:41:49 +00:00
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:
parent
ffc4300558
commit
a9fe4284ac
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user