Skip to content

Commit 71e6d74

Browse files
committed
Update cargo-deny config
1 parent b591caf commit 71e6d74

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

deny.toml

+1-12
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,13 @@ targets = [
1414
[licenses]
1515
confidence-threshold = 0.93
1616
allow = [
17-
"Apache-2.0 WITH LLVM-exception",
1817
"Apache-2.0",
1918
"BSD-2-Clause",
2019
"BSD-3-Clause",
2120
"MIT",
22-
"MIT-0",
23-
"MPL-2.0",
24-
"Unicode-DFS-2016",
21+
"Unicode-3.0",
2522
]
2623

27-
[[licenses.exceptions]]
28-
allow = ["WTFPL"]
29-
name = "pcx"
30-
version = "*"
31-
3224
[advisories]
3325
yanked = "deny"
3426
ignore = []
@@ -39,7 +31,4 @@ multiple-versions = "deny"
3931
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
4032
deny = []
4133
skip = [
42-
{ name = "bitflags" }, # Some deps depend on 1.3.2 while others on 2.6.0
43-
{ name = "hashbrown" }, # Some deps depend on 0.13.2 while others on 0.14.5
44-
{ name = "miniz_oxide" } # Some deps depend on 0.7.4 while others on 0.8.0
4534
]

0 commit comments

Comments
 (0)