Skip to content

Commit ed870c3

Browse files
committed
Update cargo
Also add Zlib to Cargo's license exception
1 parent 54a0f38 commit ed870c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/tools/cargo

Submodule cargo updated 69 files

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
132132
("dunce", "CC0-1.0 OR MIT-0 OR Apache-2.0"),
133133
("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause"),
134134
("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"),
135+
("foldhash", "Zlib"),
135136
("im-rc", "MPL-2.0+"),
136137
("normalize-line-endings", "Apache-2.0"),
137138
("openssl", "Apache-2.0"),

0 commit comments

Comments
 (0)