Skip to content

Commit 49ff12f

Browse files
committed
Update allowed dependencies list
1 parent 0be2837 commit 49ff12f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/bootstrap/src/utils/proc_macro_deps.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/// See <https://github.com/rust-lang/rust/issues/134863>
44
pub 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",
@@ -43,6 +41,7 @@ pub static CRATES: &[&str] = &[
4341
"rustc-hash",
4442
"self_cell",
4543
"serde",
44+
"serde_core",
4645
"serde_derive_internals",
4746
"sha2",
4847
"smallvec",

src/tools/tidy/src/deps.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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",
@@ -458,6 +457,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
458457
"scopeguard",
459458
"self_cell",
460459
"serde",
460+
"serde_core",
461461
"serde_derive",
462462
"serde_derive_internals",
463463
"serde_json",
@@ -466,6 +466,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
466466
"sha2",
467467
"sharded-slab",
468468
"shlex",
469+
"simd-adler32",
469470
"smallvec",
470471
"stable_deref_trait",
471472
"stacker",
@@ -509,12 +510,10 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
509510
"valuable",
510511
"version_check",
511512
"wasi",
513+
"wasip2",
512514
"wasm-encoder",
513515
"wasmparser",
514-
"winapi",
515-
"winapi-i686-pc-windows-gnu",
516516
"winapi-util",
517-
"winapi-x86_64-pc-windows-gnu",
518517
"windows",
519518
"windows-collections",
520519
"windows-core",
@@ -536,7 +535,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
536535
"windows_x86_64_gnu",
537536
"windows_x86_64_gnullvm",
538537
"windows_x86_64_msvc",
539-
"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>
540539
"writeable",
541540
"yoke",
542541
"yoke-derive",
@@ -580,6 +579,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
580579
"unwinding",
581580
"vex-sdk",
582581
"wasi",
582+
"windows-link",
583583
"windows-sys",
584584
"windows-targets",
585585
"windows_aarch64_gnullvm",

0 commit comments

Comments
 (0)