File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
265265 "derive-where" ,
266266 "derive_setters" ,
267267 "digest" ,
268+ "dispatch" ,
268269 "displaydoc" ,
269270 "dissimilar" ,
270271 "either" ,
@@ -321,7 +322,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
321322 "object" ,
322323 "odht" ,
323324 "once_cell" ,
324- "overload" ,
325325 "parking_lot" ,
326326 "parking_lot_core" ,
327327 "pathdiff" ,
@@ -411,12 +411,10 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
411411 "valuable" ,
412412 "version_check" ,
413413 "wasi" ,
414+ "wasip2" ,
414415 "wasm-encoder" ,
415416 "wasmparser" ,
416- "winapi" ,
417- "winapi-i686-pc-windows-gnu" ,
418417 "winapi-util" ,
419- "winapi-x86_64-pc-windows-gnu" ,
420418 "windows" ,
421419 "windows-collections" ,
422420 "windows-core" ,
@@ -438,7 +436,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
438436 "windows_x86_64_gnu" ,
439437 "windows_x86_64_gnullvm" ,
440438 "windows_x86_64_msvc" ,
441- "wit-bindgen[email protected] " , // pinned to a specific version due to using a binary blob: <https://github.com/rust-lang/rust/pull/136395#issuecomment-2692769062> 439+ "wit-bindgen" ,
442440 "writeable" ,
443441 "yoke" ,
444442 "yoke-derive" ,
@@ -479,6 +477,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
479477 "shlex" ,
480478 "unwinding" ,
481479 "wasi" ,
480+ "windows-link" ,
482481 "windows-sys" ,
483482 "windows-targets" ,
484483 "windows_aarch64_gnullvm" ,
You can’t perform that action at this time.
0 commit comments