Skip to content

Commit 0ff1254

Browse files
committed
Update cargo
New license exceptions from gix: * (byteyarn", "Apache-2.0") * ("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause")
1 parent 21627d6 commit 0ff1254

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/tidy/src/deps.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ const EXCEPTIONS_CARGO: &[(&str, &str)] = &[
5858
// tidy-alphabetical-start
5959
("bitmaps", "MPL-2.0+"),
6060
("bytesize", "Apache-2.0"),
61+
("byteyarn", "Apache-2.0"),
6162
("ciborium", "Apache-2.0"),
6263
("ciborium-io", "Apache-2.0"),
6364
("ciborium-ll", "Apache-2.0"),
6465
("dunce", "CC0-1.0 OR MIT-0 OR Apache-2.0"),
66+
("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause"),
6567
("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"),
6668
("im-rc", "MPL-2.0+"),
67-
("imara-diff", "Apache-2.0"),
68-
("instant", "BSD-3-Clause"),
6969
("normalize-line-endings", "Apache-2.0"),
7070
("openssl", "Apache-2.0"),
7171
("ryu", "Apache-2.0 OR BSL-1.0"),

0 commit comments

Comments
 (0)