Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b089c07

Browse files
committedMar 23, 2025
Update allowed dependencies
1 parent f2f25ec commit b089c07

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
@@ -253,7 +253,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
253253
"blake3",
254254
"block-buffer",
255255
"bstr",
256-
"byteorder", // via ruzstd in object in thorin-dwp
257256
"cc",
258257
"cfg-if",
259258
"cfg_aliases",
@@ -350,6 +349,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
350349
"pulldown-cmark-escape",
351350
"punycode",
352351
"quote",
352+
"r-efi",
353353
"rand",
354354
"rand_chacha",
355355
"rand_core",
@@ -433,6 +433,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
433433
"windows-core",
434434
"windows-implement",
435435
"windows-interface",
436+
"windows-link",
436437
"windows-result",
437438
"windows-strings",
438439
"windows-sys",
@@ -445,7 +446,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
445446
"windows_x86_64_gnu",
446447
"windows_x86_64_gnullvm",
447448
"windows_x86_64_msvc",
448-
"wit-bindgen-rt@0.33.0", // via wasi
449+
"wit-bindgen-rt",
449450
"writeable",
450451
"yoke",
451452
"yoke-derive",

0 commit comments

Comments
 (0)
Failed to load comments.