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 33/// See <https://github.com/rust-lang/rust/issues/134863>
44pub static CRATES : & [ & str ] = & [
55 // tidy-alphabetical-start
6- "allocator-api2" ,
76 "annotate-snippets" ,
87 "anstyle" ,
98 "askama_parser" ,
@@ -22,7 +21,6 @@ pub static CRATES: &[&str] = &[
2221 "fluent-langneg" ,
2322 "fluent-syntax" ,
2423 "fnv" ,
25- "foldhash" ,
2624 "generic-array" ,
2725 "hashbrown" ,
2826 "heck" ,
Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
333333 "ar_archive_writer" ,
334334 "arrayref" ,
335335 "arrayvec" ,
336- "autocfg" ,
337336 "bitflags" ,
338337 "blake3" ,
339338 "block-buffer" ,
@@ -356,6 +355,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
356355 "derive-where" ,
357356 "derive_setters" ,
358357 "digest" ,
358+ "dispatch" ,
359359 "displaydoc" ,
360360 "dissimilar" ,
361361 "dyn-clone" ,
@@ -414,7 +414,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
414414 "object" ,
415415 "odht" ,
416416 "once_cell" ,
417- "overload" ,
418417 "parking_lot" ,
419418 "parking_lot_core" ,
420419 "pathdiff" ,
@@ -467,6 +466,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
467466 "sha2" ,
468467 "sharded-slab" ,
469468 "shlex" ,
469+ "simd-adler32" ,
470470 "smallvec" ,
471471 "stable_deref_trait" ,
472472 "stacker" ,
@@ -510,12 +510,10 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
510510 "valuable" ,
511511 "version_check" ,
512512 "wasi" ,
513+ "wasip2" ,
513514 "wasm-encoder" ,
514515 "wasmparser" ,
515- "winapi" ,
516- "winapi-i686-pc-windows-gnu" ,
517516 "winapi-util" ,
518- "winapi-x86_64-pc-windows-gnu" ,
519517 "windows" ,
520518 "windows-collections" ,
521519 "windows-core" ,
@@ -537,7 +535,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
537535 "windows_x86_64_gnu" ,
538536 "windows_x86_64_gnullvm" ,
539537 "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>
541539 "writeable" ,
542540 "yoke" ,
543541 "yoke-derive" ,
@@ -581,6 +579,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
581579 "unwinding" ,
582580 "vex-sdk" ,
583581 "wasi" ,
582+ "windows-link" ,
584583 "windows-sys" ,
585584 "windows-targets" ,
586585 "windows_aarch64_gnullvm" ,
You can’t perform that action at this time.
0 commit comments