Skip to content

Commit b40b92f

Browse files
committed
Update cargo
1 parent 371994e commit b40b92f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/tools/tidy/src/deps.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ const LICENSES: &[&str] = &[
1616
"Apache-2.0 OR MIT",
1717
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
1818
"Apache-2.0/MIT",
19+
"BSD-2-Clause", // arrayref from Cargo
20+
"CC0-1.0 OR Apache-2.0", // blake3 from Cargo
21+
"CC0-1.0 OR MIT-0 OR Apache-2.0", // constant_time_eq from cargo
1922
"ISC",
2023
"MIT / Apache-2.0",
2124
"MIT OR Apache-2.0 OR Zlib", // tinyvec_macros
@@ -54,7 +57,7 @@ const EXCEPTIONS_CARGO: &[(&str, &str)] = &[
5457
// tidy-alphabetical-start
5558
("bitmaps", "MPL-2.0+"),
5659
("bytesize", "Apache-2.0"),
57-
("dunce", "CC0-1.0 OR MIT-0"),
60+
("dunce", "CC0-1.0 OR MIT-0 OR Apache-2.0"),
5861
("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"),
5962
("im-rc", "MPL-2.0+"),
6063
("imara-diff", "Apache-2.0"),

0 commit comments

Comments
 (0)