Skip to content

Commit 499bdd2

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 499bdd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const LICENSES: &[&str] = &[
4343
"Unlicense OR MIT",
4444
"Unlicense/MIT",
4545
"Zlib OR Apache-2.0 OR MIT", // tinyvec
46+
"Zlib", // zlib-rs/zlib-rs-sys
4647
// tidy-alphabetical-end
4748
];
4849

@@ -135,7 +136,6 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
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"),

0 commit comments

Comments
 (0)