File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3
3
/// See <https://github.com/rust-lang/rust/issues/134863>
4
4
pub static CRATES : & [ & str ] = & [
5
5
// tidy-alphabetical-start
6
- "allocator-api2" ,
7
6
"annotate-snippets" ,
8
7
"anstyle" ,
9
8
"askama_parser" ,
@@ -22,7 +21,6 @@ pub static CRATES: &[&str] = &[
22
21
"fluent-langneg" ,
23
22
"fluent-syntax" ,
24
23
"fnv" ,
25
- "foldhash" ,
26
24
"generic-array" ,
27
25
"hashbrown" ,
28
26
"heck" ,
Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
333
333
"ar_archive_writer" ,
334
334
"arrayref" ,
335
335
"arrayvec" ,
336
- "autocfg" ,
337
336
"bitflags" ,
338
337
"blake3" ,
339
338
"block-buffer" ,
@@ -356,6 +355,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
356
355
"derive-where" ,
357
356
"derive_setters" ,
358
357
"digest" ,
358
+ "dispatch" ,
359
359
"displaydoc" ,
360
360
"dissimilar" ,
361
361
"dyn-clone" ,
@@ -414,7 +414,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
414
414
"object" ,
415
415
"odht" ,
416
416
"once_cell" ,
417
- "overload" ,
418
417
"parking_lot" ,
419
418
"parking_lot_core" ,
420
419
"pathdiff" ,
@@ -467,6 +466,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
467
466
"sha2" ,
468
467
"sharded-slab" ,
469
468
"shlex" ,
469
+ "simd-adler32" ,
470
470
"smallvec" ,
471
471
"stable_deref_trait" ,
472
472
"stacker" ,
@@ -510,12 +510,10 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
510
510
"valuable" ,
511
511
"version_check" ,
512
512
"wasi" ,
513
+ "wasip2" ,
513
514
"wasm-encoder" ,
514
515
"wasmparser" ,
515
- "winapi" ,
516
- "winapi-i686-pc-windows-gnu" ,
517
516
"winapi-util" ,
518
- "winapi-x86_64-pc-windows-gnu" ,
519
517
"windows" ,
520
518
"windows-collections" ,
521
519
"windows-core" ,
@@ -537,7 +535,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
537
535
"windows_x86_64_gnu" ,
538
536
"windows_x86_64_gnullvm" ,
539
537
"windows_x86_64_msvc" ,
540
- "wit-bindgen-rt @0.39 .0" , // pinned to a specific version due to using a binary blob: <https://github.com/rust-lang/rust/pull/136395#issuecomment-2692769062>
538
+ "wit-bindgen@0.46 .0" , // pinned to a specific version due to using a binary blob: <https://github.com/rust-lang/rust/pull/136395#issuecomment-2692769062>
541
539
"writeable" ,
542
540
"yoke" ,
543
541
"yoke-derive" ,
@@ -581,6 +579,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
581
579
"unwinding" ,
582
580
"vex-sdk" ,
583
581
"wasi" ,
582
+ "windows-link" ,
584
583
"windows-sys" ,
585
584
"windows-targets" ,
586
585
"windows_aarch64_gnullvm" ,
You can’t perform that action at this time.
0 commit comments