Skip to content

Commit 0893541

Browse files
committed
Update allowed dependencies list
1 parent 3472828 commit 0893541

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
356356
"derive-where",
357357
"derive_setters",
358358
"digest",
359+
"dispatch",
359360
"displaydoc",
360361
"dissimilar",
361362
"dyn-clone",
@@ -413,7 +414,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
413414
"object",
414415
"odht",
415416
"once_cell",
416-
"overload",
417417
"parking_lot",
418418
"parking_lot_core",
419419
"pathdiff",
@@ -457,6 +457,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
457457
"scopeguard",
458458
"self_cell",
459459
"serde",
460+
"serde_core",
460461
"serde_derive",
461462
"serde_derive_internals",
462463
"serde_json",
@@ -508,12 +509,10 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
508509
"valuable",
509510
"version_check",
510511
"wasi",
512+
"wasip2",
511513
"wasm-encoder",
512514
"wasmparser",
513-
"winapi",
514-
"winapi-i686-pc-windows-gnu",
515515
"winapi-util",
516-
"winapi-x86_64-pc-windows-gnu",
517516
"windows",
518517
"windows-collections",
519518
"windows-core",
@@ -535,7 +534,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
535534
"windows_x86_64_gnu",
536535
"windows_x86_64_gnullvm",
537536
"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>
539538
"writeable",
540539
"yoke",
541540
"yoke-derive",
@@ -578,6 +577,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
578577
"shlex",
579578
"unwinding",
580579
"wasi",
580+
"windows-link",
581581
"windows-sys",
582582
"windows-targets",
583583
"windows_aarch64_gnullvm",

0 commit comments

Comments
 (0)