Skip to content

Commit 65d1d04

Browse files
committed
allow more licenses
1 parent ef311a0 commit 65d1d04

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

deny.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
[advisories]
22
yanked = "deny"
3-
ignore = [
4-
{ id = "RUSTSEC-2024-0384", reason = "this is about instant crate, which is only used for benchmarks + an upstream fix is in the works." },
5-
]
63

74
[licenses]
85
allow = [
96
"MIT-0",
107
"MIT",
118
"Apache-2.0",
12-
"Unicode-DFS-2016",
139
"Zlib",
1410
"CC0-1.0",
1511
"BSD-2-Clause",
1612
"BSD-3-Clause",
1713
"ISC",
1814
"Unicode-3.0",
15+
"NCSA",
16+
"Apache-2.0 WITH LLVM-exception",
1917
]
2018

2119
[[licenses.clarify]]

0 commit comments

Comments
 (0)