Skip to content

Commit 5fe9e52

Browse files
committed
Fix deny
1 parent 82f0ef6 commit 5fe9e52

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

deny.toml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[graph]
12
targets = [
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"
1210
ignore = []
1311

1412
[licenses]
15-
unlicensed = "deny"
16-
copyleft = "deny"
17-
allow-osi-fsf-free = "neither"
1813
confidence-threshold = 0.93
19-
default = "deny"
2014
private = { 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" ]
2216
exceptions = []
2317

2418
[[licenses.clarify]]
@@ -55,13 +49,9 @@ multiple-versions = "warn"
5549
highlight = "all"
5650
skip = [
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

Comments
 (0)