Update cargo

This commit is contained in:
Weihang Lo 2023-06-20 22:19:38 +01:00
parent a34ceade11
commit 214a0d1531
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
2 changed files with 1 additions and 4 deletions

@ -1 +1 @@
Subproject commit 0c14026aa84ee2ec4c67460c0a18abc8519ca6b2
Subproject commit dead4b8740c4b6a8ed5211e37c99cf81d01c3b1c

View File

@ -16,9 +16,6 @@ const LICENSES: &[&str] = &[
"Apache-2.0 OR MIT",
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
"Apache-2.0/MIT",
"BSD-2-Clause", // arrayref from Cargo
"CC0-1.0 OR Apache-2.0", // blake3 from Cargo
"CC0-1.0 OR MIT-0 OR Apache-2.0", // constant_time_eq from cargo
"ISC",
"MIT / Apache-2.0",
"MIT OR Apache-2.0 OR Zlib", // tinyvec_macros