library: Update rand to 0.9.0

This commit is contained in:
Eric Huss 2025-02-13 12:20:55 -08:00
parent ef34064679
commit b7c975b22e
17 changed files with 132 additions and 65 deletions

View file

@ -476,6 +476,8 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
"memchr",
"miniz_oxide",
"object",
"proc-macro2",
"quote",
"r-efi",
"r-efi-alloc",
"rand",
@ -483,6 +485,8 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
"rand_xorshift",
"rustc-demangle",
"shlex",
"syn",
"unicode-ident",
"unicode-width",
"unwinding",
"wasi",
@ -496,6 +500,8 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
"zerocopy",
"zerocopy-derive",
// tidy-alphabetical-end
];