File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ const WHITELIST: &[Crate<'_>] = &[
60
60
Crate ( "aho-corasick" ) ,
61
61
Crate ( "arrayvec" ) ,
62
62
Crate ( "atty" ) ,
63
+ Crate ( "autocfg" ) ,
63
64
Crate ( "backtrace" ) ,
64
65
Crate ( "backtrace-sys" ) ,
65
66
Crate ( "bitflags" ) ,
@@ -83,6 +84,7 @@ const WHITELIST: &[Crate<'_>] = &[
83
84
Crate ( "env_logger" ) ,
84
85
Crate ( "filetime" ) ,
85
86
Crate ( "flate2" ) ,
87
+ Crate ( "fuchsia-cprng" ) ,
86
88
Crate ( "fuchsia-zircon" ) ,
87
89
Crate ( "fuchsia-zircon-sys" ) ,
88
90
Crate ( "getopts" ) ,
@@ -117,8 +119,11 @@ const WHITELIST: &[Crate<'_>] = &[
117
119
Crate ( "rand_core" ) ,
118
120
Crate ( "rand_hc" ) ,
119
121
Crate ( "rand_isaac" ) ,
122
+ Crate ( "rand_jitter" ) ,
123
+ Crate ( "rand_os" ) ,
120
124
Crate ( "rand_pcg" ) ,
121
125
Crate ( "rand_xorshift" ) ,
126
+ Crate ( "rdrand" ) ,
122
127
Crate ( "redox_syscall" ) ,
123
128
Crate ( "redox_termios" ) ,
124
129
Crate ( "regex" ) ,
You can’t perform that action at this time.
0 commit comments