@@ -26,10 +26,8 @@ const LICENSES: &[&str] = &[
26
26
/// tooling. It is _crucial_ that no exception crates be dependencies
27
27
/// of the Rust runtime (std/test).
28
28
const EXCEPTIONS : & [ ( & str , & str ) ] = & [
29
- ( "mdbook" , "MPL-2.0" ) , // mdbook
30
- ( "openssl" , "Apache-2.0" ) , // cargo, mdbook
31
- ( "fuchsia-zircon-sys" , "BSD-3-Clause" ) , // rustdoc, rustc, cargo
32
- ( "fuchsia-zircon" , "BSD-3-Clause" ) , // rustdoc, rustc, cargo (jobserver & tempdir)
29
+ ( "mdbook" , "MPL-2.0" ) , // mdbook
30
+ ( "openssl" , "Apache-2.0" ) , // cargo, mdbook
33
31
( "colored" , "MPL-2.0" ) , // rustfmt
34
32
( "ordslice" , "Apache-2.0" ) , // rls
35
33
( "ryu" , "Apache-2.0 OR BSL-1.0" ) , // rls/cargo/... (because of serde)
@@ -115,8 +113,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
115
113
"fixedbitset" ,
116
114
"flate2" ,
117
115
"fortanix-sgx-abi" ,
118
- "fuchsia-zircon" ,
119
- "fuchsia-zircon-sys" ,
120
116
"generic-array" ,
121
117
"getopts" ,
122
118
"getrandom" ,
@@ -130,7 +126,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
130
126
"itertools" ,
131
127
"itoa" ,
132
128
"jobserver" ,
133
- "kernel32-sys" ,
134
129
"lazy_static" ,
135
130
"libc" ,
136
131
"libz-sys" ,
@@ -222,7 +217,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
222
217
"version_check" ,
223
218
"wasi" ,
224
219
"winapi" ,
225
- "winapi-build" ,
226
220
"winapi-i686-pc-windows-gnu" ,
227
221
"winapi-util" ,
228
222
"winapi-x86_64-pc-windows-gnu" ,
0 commit comments