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] = &[
265
265
"derive-where" ,
266
266
"derive_setters" ,
267
267
"digest" ,
268
+ "dispatch" ,
268
269
"displaydoc" ,
269
270
"dissimilar" ,
270
271
"either" ,
@@ -321,7 +322,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
321
322
"object" ,
322
323
"odht" ,
323
324
"once_cell" ,
324
- "overload" ,
325
325
"parking_lot" ,
326
326
"parking_lot_core" ,
327
327
"pathdiff" ,
@@ -411,12 +411,10 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
411
411
"valuable" ,
412
412
"version_check" ,
413
413
"wasi" ,
414
+ "wasip2" ,
414
415
"wasm-encoder" ,
415
416
"wasmparser" ,
416
- "winapi" ,
417
- "winapi-i686-pc-windows-gnu" ,
418
417
"winapi-util" ,
419
- "winapi-x86_64-pc-windows-gnu" ,
420
418
"windows" ,
421
419
"windows-collections" ,
422
420
"windows-core" ,
@@ -438,7 +436,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
438
436
"windows_x86_64_gnu" ,
439
437
"windows_x86_64_gnullvm" ,
440
438
"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" ,
442
440
"writeable" ,
443
441
"yoke" ,
444
442
"yoke-derive" ,
@@ -479,6 +477,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
479
477
"shlex" ,
480
478
"unwinding" ,
481
479
"wasi" ,
480
+ "windows-link" ,
482
481
"windows-sys" ,
483
482
"windows-targets" ,
484
483
"windows_aarch64_gnullvm" ,
You can’t perform that action at this time.
0 commit comments