Update cargo

This commit is contained in:
Weihang Lo 2023-07-12 01:05:33 +01:00
parent 993deaa0bf
commit 9f1c760349
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 45782b6b8afd1da042d45c2daeec9c0744f72cc7
Subproject commit 694a579566a9a1482b20aff8a68f0e4edd99bd28

View File

@ -56,6 +56,9 @@ const EXCEPTIONS_CARGO: &[(&str, &str)] = &[
// tidy-alphabetical-start
("bitmaps", "MPL-2.0+"),
("bytesize", "Apache-2.0"),
("ciborium", "Apache-2.0"),
("ciborium-io", "Apache-2.0"),
("ciborium-ll", "Apache-2.0"),
("dunce", "CC0-1.0 OR MIT-0 OR Apache-2.0"),
("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"),
("im-rc", "MPL-2.0+"),