Skip to content

Commit 8b09cbb

Browse files
committed
Update cargo
* The license exception of sha1_smol with BSD-3-Clause is no longer needed, as `gix-*` doesn't depend on it. * Cargo depends on zlib-rs, which is distributed under Zlib license
1 parent 40dacd5 commit 8b09cbb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: src/tools/tidy/src/deps.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,16 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
132132
("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"),
133133
("foldhash", "Zlib"),
134134
("im-rc", "MPL-2.0+"),
135+
("libz-rs-sys", "Zlib"),
135136
("normalize-line-endings", "Apache-2.0"),
136137
("openssl", "Apache-2.0"),
137138
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0
138-
("sha1_smol", "BSD-3-Clause"),
139139
("similar", "Apache-2.0"),
140140
("sized-chunks", "MPL-2.0+"),
141141
("subtle", "BSD-3-Clause"),
142142
("supports-hyperlinks", "Apache-2.0"),
143143
("unicode-bom", "Apache-2.0"),
144+
("zlib-rs", "Zlib"),
144145
// tidy-alphabetical-end
145146
];
146147

0 commit comments

Comments
 (0)