about summary refs log tree commit diff
diff options
context:
space:
mode:
m---------src/tools/cargo0
-rw-r--r--src/tools/tidy/src/deps.rs3
2 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/cargo b/src/tools/cargo
-Subproject 0c14026aa84ee2ec4c67460c0a18abc8519ca6b
+Subproject dead4b8740c4b6a8ed5211e37c99cf81d01c3b1
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 0bc50c64133..8db479af286 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -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