File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ const WHITELIST: &[Crate<'_>] = &[
6060 Crate ( "aho-corasick" ) ,
6161 Crate ( "arrayvec" ) ,
6262 Crate ( "atty" ) ,
63+ Crate ( "autocfg" ) ,
6364 Crate ( "backtrace" ) ,
6465 Crate ( "backtrace-sys" ) ,
6566 Crate ( "bitflags" ) ,
@@ -83,6 +84,7 @@ const WHITELIST: &[Crate<'_>] = &[
8384 Crate ( "env_logger" ) ,
8485 Crate ( "filetime" ) ,
8586 Crate ( "flate2" ) ,
87+ Crate ( "fuchsia-cprng" ) ,
8688 Crate ( "fuchsia-zircon" ) ,
8789 Crate ( "fuchsia-zircon-sys" ) ,
8890 Crate ( "getopts" ) ,
@@ -117,8 +119,11 @@ const WHITELIST: &[Crate<'_>] = &[
117119 Crate ( "rand_core" ) ,
118120 Crate ( "rand_hc" ) ,
119121 Crate ( "rand_isaac" ) ,
122+ Crate ( "rand_jitter" ) ,
123+ Crate ( "rand_os" ) ,
120124 Crate ( "rand_pcg" ) ,
121125 Crate ( "rand_xorshift" ) ,
126+ Crate ( "rdrand" ) ,
122127 Crate ( "redox_syscall" ) ,
123128 Crate ( "redox_termios" ) ,
124129 Crate ( "regex" ) ,
You can’t perform that action at this time.
0 commit comments