Skip to content

Commit 7018a99

Browse files
committed
Update cargo
This also adds three license exceptions to Cargo. * arrayref — BSD-2-Clause * blake3 — CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception * constant_time_eq — CC0-1.0 OR MIT-0 OR Apache-2.0 These exceptions were added to rustc in #126930, so should be fine for Cargo as well.
1 parent a49aefc commit 7018a99

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

‎src/tools/tidy/src/deps.rs‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,14 @@ const EXCEPTIONS_STDARCH: ExceptionList = &[
129129

130130
constEXCEPTIONS_CARGO:ExceptionList = &[
131131
// tidy-alphabetical-start
132+
("arrayref","BSD-2-Clause"),
132133
("bitmaps","MPL-2.0+"),
134+
("blake3","CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"),
133135
("bytesize","Apache-2.0"),
134136
("ciborium","Apache-2.0"),
135137
("ciborium-io","Apache-2.0"),
136138
("ciborium-ll","Apache-2.0"),
139+
("constant_time_eq","CC0-1.0 OR MIT-0 OR Apache-2.0"),
137140
("dunce","CC0-1.0 OR MIT-0 OR Apache-2.0"),
138141
("encoding_rs","(Apache-2.0 OR MIT) AND BSD-3-Clause"),
139142
("fiat-crypto","MIT OR Apache-2.0 OR BSD-1-Clause"),

0 commit comments

Comments
 (0)