Skip to content

Commit 0c397e5

Browse files
committed
Update allowed dependencies list
1 parent 66241e3 commit 0c397e5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
265265
"derive-where",
266266
"derive_setters",
267267
"digest",
268+
"dispatch",
268269
"displaydoc",
269270
"dissimilar",
270271
"either",
@@ -321,7 +322,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
321322
"object",
322323
"odht",
323324
"once_cell",
324-
"overload",
325325
"parking_lot",
326326
"parking_lot_core",
327327
"pathdiff",
@@ -411,12 +411,10 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
411411
"valuable",
412412
"version_check",
413413
"wasi",
414+
"wasip2",
414415
"wasm-encoder",
415416
"wasmparser",
416-
"winapi",
417-
"winapi-i686-pc-windows-gnu",
418417
"winapi-util",
419-
"winapi-x86_64-pc-windows-gnu",
420418
"windows",
421419
"windows-collections",
422420
"windows-core",
@@ -438,7 +436,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
438436
"windows_x86_64_gnu",
439437
"windows_x86_64_gnullvm",
440438
"windows_x86_64_msvc",
441-
"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>
439+
"wit-bindgen",
442440
"writeable",
443441
"yoke",
444442
"yoke-derive",
@@ -479,6 +477,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
479477
"shlex",
480478
"unwinding",
481479
"wasi",
480+
"windows-link",
482481
"windows-sys",
483482
"windows-targets",
484483
"windows_aarch64_gnullvm",

0 commit comments

Comments
 (0)