File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 11[advisories ]
2- vulnerability = " deny"
3- unmaintained = " warn"
4- unsound = " warn"
2+ version = 2
53yanked = " warn"
6- notice = " warn "
4+ ignore = []
75
86[bans ]
97multiple-versions = " warn"
10- wildcards = " allow "
8+ wildcards = " deny "
119highlight = " all"
1210
1311[licenses ]
14- unlicensed = " deny"
1512confidence-threshold = 0.9
1613# copyleft = "deny"
1714
@@ -24,23 +21,21 @@ allow = [
2421 " BSD-3-Clause" ,
2522 " ISC" ,
2623 " Unicode-DFS-2016" ,
24+ " Unicode-3.0" ,
2725 " Unlicense" ,
2826 " MPL-2.0" ,
27+ " Zlib" ,
2928 # https://github.com/briansmith/ring/issues/902
3029 " LicenseRef-ring" ,
3130 # https://github.com/briansmith/webpki/issues/148
3231 " LicenseRef-webpki" ,
33- " BSL-1.0" ,
34- " Unicode-3.0" ,
35- " Zlib" ,
3632]
3733
3834exceptions = [
3935 # CC0 is a permissive license but somewhat unclear status for source code
4036 # so we prefer to not have dependencies using it
4137 # https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
4238 { allow = [" CC0-1.0" ], name = " tiny-keccak" },
43- { allow = [" CC0-1.0" ], name = " constant_time_eq" },
4439]
4540
4641[[licenses .clarify ]]
@@ -56,6 +51,4 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
5651[sources ]
5752unknown-registry = " deny"
5853unknown-git = " deny"
59- allow-git = [
60- " https://github.com/alloy-rs/alloy"
61- ]
54+ allow-git = [" https://github.com/alloy-rs/alloy" ]
You can’t perform that action at this time.
0 commit comments