Update cargo

This commit is contained in:
Weihang Lo 2023-11-10 18:18:37 -05:00
parent d4c86cfc49
commit 8a2bee415c
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7046d992f9f32ba209a8079f662ebccf9da8de25 Subproject commit 6790a5127895debec95c24aefaeb18e059270df3

View File

@ -121,6 +121,7 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
("similar", "Apache-2.0"), ("similar", "Apache-2.0"),
("sized-chunks", "MPL-2.0+"), ("sized-chunks", "MPL-2.0+"),
("subtle", "BSD-3-Clause"), ("subtle", "BSD-3-Clause"),
("supports-hyperlinks", "Apache-2.0"),
("unicode-bom", "Apache-2.0"), ("unicode-bom", "Apache-2.0"),
// tidy-alphabetical-end // tidy-alphabetical-end
]; ];