1+ [graph ]
12targets = [
23 { triple = " x86_64-unknown-linux-gnu" },
34 { triple = " x86_64-unknown-linux-musl" },
@@ -6,19 +7,12 @@ targets = [
67]
78
89[advisories ]
9- vulnerability = " deny"
10- unmaintained = " deny"
11- notice = " deny"
1210ignore = []
1311
1412[licenses ]
15- unlicensed = " deny"
16- copyleft = " deny"
17- allow-osi-fsf-free = " neither"
1813confidence-threshold = 0.93
19- default = " deny"
2014private = { ignore = true }
21- allow = [ " Apache-2.0" , " MIT" , " Unlicense" , " Zlib" , " MPL-2.0" , " ISC" , " BSD-3-Clause" , " OpenSSL" , " Unicode-DFS-2016" ]
15+ allow = [ " Apache-2.0" , " MIT" , " Unlicense" , " Zlib" , " MPL-2.0" , " ISC" , " BSD-3-Clause" , " OpenSSL" , " Unicode-DFS-2016" , " Unicode-3.0 " ]
2216exceptions = []
2317
2418[[licenses .clarify ]]
@@ -55,13 +49,9 @@ multiple-versions = "warn"
5549highlight = " all"
5650skip = [
5751 # Blocked on cookie-store updating idna
58- { name = " idna" , version = " 0.2.3" },
5952 { name = " idna" , version = " 0.3.0" },
53+ { name = " idna" , version = " 0.5.0" },
6054
61- { name = " syn" , version = " 1.0.109" },
62- { name = " socket2" , version = " 0.4.9" },
63- { name = " bitflags" , version = " 1.3.2" },
64- { name = " phf" , version = " 0.10.1" },
6555 { name = " phf_shared" , version = " 0.10.0" },
6656 { name = " phf_generator" , version = " 0.10.0" },
6757]
0 commit comments