Skip to content

Commit 505db74

Browse files
authored
chore(deny): remove unused license allowances (#221)
* chore(deny): remove unused license allowances MIT-0, Unicode-DFS-2016, CC0-1.0, MPL-2.0, and OpenSSL are not present in the dependency tree and produce cargo-deny warnings. * chore(deny): remove dead ring license clarify block The LICENSE file hash no longer matches ring v0.17.14, so the clarify block was silently ignored. Ring's Cargo.toml metadata (Apache-2.0 AND ISC) is used instead.
1 parent d947d64 commit 505db74

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

deny.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,19 @@ confidence-threshold = 0.8
99

1010
allow = [
1111
"MIT",
12-
"MIT-0",
1312
"Apache-2.0",
1413
"Apache-2.0 WITH LLVM-exception",
1514
"BSD-2-Clause",
1615
"BSD-3-Clause",
1716
"0BSD",
1817
"ISC",
1918
"Unicode-3.0",
20-
"Unicode-DFS-2016",
2119
"Zlib",
2220
"BSL-1.0",
23-
"CC0-1.0",
2421
"Unlicense",
25-
"MPL-2.0",
26-
"OpenSSL",
2722
"CDLA-Permissive-2.0",
2823
]
2924

30-
[[licenses.clarify]]
31-
name = "ring"
32-
expression = "MIT AND ISC AND OpenSSL"
33-
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
34-
3525
[bans]
3626
multiple-versions = "warn"
3727
wildcards = "deny"

0 commit comments

Comments
 (0)