Commit 71e6d74 1 parent b591caf commit 71e6d74 Copy full SHA for 71e6d74
File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,13 @@ targets = [
14
14
[licenses ]
15
15
confidence-threshold = 0.93
16
16
allow = [
17
- " Apache-2.0 WITH LLVM-exception" ,
18
17
" Apache-2.0" ,
19
18
" BSD-2-Clause" ,
20
19
" BSD-3-Clause" ,
21
20
" MIT" ,
22
- " MIT-0" ,
23
- " MPL-2.0" ,
24
- " Unicode-DFS-2016" ,
21
+ " Unicode-3.0" ,
25
22
]
26
23
27
- [[licenses .exceptions ]]
28
- allow = [" WTFPL" ]
29
- name = " pcx"
30
- version = " *"
31
-
32
24
[advisories ]
33
25
yanked = " deny"
34
26
ignore = []
@@ -39,7 +31,4 @@ multiple-versions = "deny"
39
31
wildcards = " allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
40
32
deny = []
41
33
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
45
34
]
You can’t perform that action at this time.
0 commit comments