diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 17c36b80f3a7..94dd5478e529 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -45,6 +45,7 @@ const EXCEPTIONS: &[&str] = &[ "im-rc", // MPL-2.0+, cargo "adler32", // BSD-3-Clause AND Zlib, cargo dep that isn't used "fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target + "constant_time_eq", // CC0-1.0, rustfmt ]; /// Which crates to check against the whitelist?