Update allowed dependencies

This commit is contained in:
clubby789 2025-03-23 01:31:29 +00:00
parent 23667ada6d
commit 65349336f5

View file

@ -254,7 +254,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"blake3",
"block-buffer",
"bstr",
"byteorder", // via ruzstd in object in thorin-dwp
"cc",
"cfg-if",
"cfg_aliases",
@ -351,6 +350,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"pulldown-cmark-escape",
"punycode",
"quote",
"r-efi",
"rand",
"rand_chacha",
"rand_core",
@ -434,6 +434,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"windows-core",
"windows-implement",
"windows-interface",
"windows-link",
"windows-result",
"windows-strings",
"windows-sys",
@ -446,7 +447,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
"wit-bindgen-rt@0.33.0", // via wasi
"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>
"writeable",
"yoke",
"yoke-derive",