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
This commit is contained in:
Weihang Lo 2025-04-15 16:27:14 -04:00
parent 40dacd50b7
commit 8b09cbba21
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 864f74d4eadcaea3eeda37a2e7f4d34de233d51e
Subproject commit d811228b14ae2707323f37346aee3f4147e247e6

View file

@ -132,15 +132,16 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"),
("foldhash", "Zlib"),
("im-rc", "MPL-2.0+"),
("libz-rs-sys", "Zlib"),
("normalize-line-endings", "Apache-2.0"),
("openssl", "Apache-2.0"),
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0
("sha1_smol", "BSD-3-Clause"),
("similar", "Apache-2.0"),
("sized-chunks", "MPL-2.0+"),
("subtle", "BSD-3-Clause"),
("supports-hyperlinks", "Apache-2.0"),
("unicode-bom", "Apache-2.0"),
("zlib-rs", "Zlib"),
// tidy-alphabetical-end
];