Skip to content

Commit 22bc40d

Browse files
committed
Allow blake3+deps and licenses
1 parent 56eeec9 commit 22bc40d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/tidy/src/deps.rs

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const LICENSES: &[&str] = &[
2121
"Apache-2.0",
2222
"Apache-2.0/MIT",
2323
"BSD-2-Clause OR Apache-2.0 OR MIT", // zerocopy
24+
"BSD-2-Clause", // arrayref
25+
"CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception", // blake3
26+
"CC0-1.0 OR MIT-0 OR Apache-2.0", // constant_time_eq
2427
"ISC",
2528
"MIT / Apache-2.0",
2629
"MIT OR Apache-2.0 OR LGPL-2.1-or-later", // r-efi, r-efi-alloc
@@ -232,15 +235,18 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
232235
"annotate-snippets",
233236
"anstyle",
234237
"ar_archive_writer",
238+
"arrayref",
235239
"arrayvec",
236240
"autocfg",
237241
"bitflags",
242+
"blake3",
238243
"block-buffer",
239244
"byteorder", // via ruzstd in object in thorin-dwp
240245
"cc",
241246
"cfg-if",
242247
"cfg_aliases",
243248
"compiler_builtins",
249+
"constant_time_eq",
244250
"cpufeatures",
245251
"crc32fast",
246252
"crossbeam-channel",

0 commit comments

Comments
 (0)