File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
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" ,
@@ -43,6 +41,7 @@ pub static CRATES: &[&str] = &[
43
41
"rustc-hash" ,
44
42
"self_cell" ,
45
43
"serde" ,
44
+ "serde_core" ,
46
45
"serde_derive_internals" ,
47
46
"sha2" ,
48
47
"smallvec" ,
Original file line number Diff line number Diff line change @@ -356,6 +356,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
356
356
"derive-where" ,
357
357
"derive_setters" ,
358
358
"digest" ,
359
+ "dispatch" ,
359
360
"displaydoc" ,
360
361
"dissimilar" ,
361
362
"dyn-clone" ,
@@ -413,7 +414,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
413
414
"object" ,
414
415
"odht" ,
415
416
"once_cell" ,
416
- "overload" ,
417
417
"parking_lot" ,
418
418
"parking_lot_core" ,
419
419
"pathdiff" ,
@@ -457,6 +457,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
457
457
"scopeguard" ,
458
458
"self_cell" ,
459
459
"serde" ,
460
+ "serde_core" ,
460
461
"serde_derive" ,
461
462
"serde_derive_internals" ,
462
463
"serde_json" ,
@@ -508,12 +509,10 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
508
509
"valuable" ,
509
510
"version_check" ,
510
511
"wasi" ,
512
+ "wasip2" ,
511
513
"wasm-encoder" ,
512
514
"wasmparser" ,
513
- "winapi" ,
514
- "winapi-i686-pc-windows-gnu" ,
515
515
"winapi-util" ,
516
- "winapi-x86_64-pc-windows-gnu" ,
517
516
"windows" ,
518
517
"windows-collections" ,
519
518
"windows-core" ,
@@ -535,7 +534,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
535
534
"windows_x86_64_gnu" ,
536
535
"windows_x86_64_gnullvm" ,
537
536
"windows_x86_64_msvc" ,
538
- "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>
537
+ "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>
539
538
"writeable" ,
540
539
"yoke" ,
541
540
"yoke-derive" ,
@@ -578,6 +577,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
578
577
"shlex" ,
579
578
"unwinding" ,
580
579
"wasi" ,
580
+ "windows-link" ,
581
581
"windows-sys" ,
582
582
"windows-targets" ,
583
583
"windows_aarch64_gnullvm" ,
You can’t perform that action at this time.
0 commit comments