Skip to content

Commit 6534933

Browse files
committed
Update allowed dependencies
1 parent 23667ad commit 6534933

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tools/tidy/src/deps.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
254254
"blake3",
255255
"block-buffer",
256256
"bstr",
257-
"byteorder", // via ruzstd in object in thorin-dwp
258257
"cc",
259258
"cfg-if",
260259
"cfg_aliases",
@@ -351,6 +350,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
351350
"pulldown-cmark-escape",
352351
"punycode",
353352
"quote",
353+
"r-efi",
354354
"rand",
355355
"rand_chacha",
356356
"rand_core",
@@ -434,6 +434,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
434434
"windows-core",
435435
"windows-implement",
436436
"windows-interface",
437+
"windows-link",
437438
"windows-result",
438439
"windows-strings",
439440
"windows-sys",
@@ -446,7 +447,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
446447
"windows_x86_64_gnu",
447448
"windows_x86_64_gnullvm",
448449
"windows_x86_64_msvc",
449-
"wit-bindgen-rt@0.33.0", // via wasi
450+
"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>
450451
"writeable",
451452
"yoke",
452453
"yoke-derive",

0 commit comments

Comments
 (0)