diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 064dd716521..5f4ba71d91a 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -42,6 +42,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[ ("snap", "BSD-3-Clause"), // rustc // FIXME: this dependency violates the documentation comment above: ("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target + ("wasmparser", "Apache-2.0 WITH LLVM-exception"), // rustc ]; const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[ @@ -222,6 +223,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[ "vcpkg", "version_check", "wasi", + "wasmparser", "winapi", "winapi-build", "winapi-i686-pc-windows-gnu",