Clean up now unused deps from the exceptions list

This commit is contained in:
Igor Matuszewski 2021-07-21 20:37:50 +02:00
parent af53b0d9d4
commit bf12f340ee

View File

@ -26,10 +26,8 @@ const LICENSES: &[&str] = &[
/// tooling. It is _crucial_ that no exception crates be dependencies /// tooling. It is _crucial_ that no exception crates be dependencies
/// of the Rust runtime (std/test). /// of the Rust runtime (std/test).
const EXCEPTIONS: &[(&str, &str)] = &[ const EXCEPTIONS: &[(&str, &str)] = &[
("mdbook", "MPL-2.0"), // mdbook ("mdbook", "MPL-2.0"), // mdbook
("openssl", "Apache-2.0"), // cargo, mdbook ("openssl", "Apache-2.0"), // cargo, mdbook
("fuchsia-zircon-sys", "BSD-3-Clause"), // rustdoc, rustc, cargo
("fuchsia-zircon", "BSD-3-Clause"), // rustdoc, rustc, cargo (jobserver & tempdir)
("colored", "MPL-2.0"), // rustfmt ("colored", "MPL-2.0"), // rustfmt
("ordslice", "Apache-2.0"), // rls ("ordslice", "Apache-2.0"), // rls
("ryu", "Apache-2.0 OR BSL-1.0"), // rls/cargo/... (because of serde) ("ryu", "Apache-2.0 OR BSL-1.0"), // rls/cargo/... (because of serde)
@ -115,8 +113,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"fixedbitset", "fixedbitset",
"flate2", "flate2",
"fortanix-sgx-abi", "fortanix-sgx-abi",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"generic-array", "generic-array",
"getopts", "getopts",
"getrandom", "getrandom",
@ -130,7 +126,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"itertools", "itertools",
"itoa", "itoa",
"jobserver", "jobserver",
"kernel32-sys",
"lazy_static", "lazy_static",
"libc", "libc",
"libz-sys", "libz-sys",
@ -222,7 +217,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"version_check", "version_check",
"wasi", "wasi",
"winapi", "winapi",
"winapi-build",
"winapi-i686-pc-windows-gnu", "winapi-i686-pc-windows-gnu",
"winapi-util", "winapi-util",
"winapi-x86_64-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu",