File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ const WHITELIST: &[Crate<'_>] = &[
76
76
Crate ( "bitflags" ) ,
77
77
Crate ( "build_const" ) ,
78
78
Crate ( "byteorder" ) ,
79
+ Crate ( "c2-chacha" ) ,
79
80
Crate ( "cc" ) ,
80
81
Crate ( "cfg-if" ) ,
81
82
Crate ( "chalk-engine" ) ,
@@ -97,6 +98,7 @@ const WHITELIST: &[Crate<'_>] = &[
97
98
Crate ( "fuchsia-zircon" ) ,
98
99
Crate ( "fuchsia-zircon-sys" ) ,
99
100
Crate ( "getopts" ) ,
101
+ Crate ( "getrandom" ) ,
100
102
Crate ( "humantime" ) ,
101
103
Crate ( "indexmap" ) ,
102
104
Crate ( "itertools" ) ,
@@ -122,6 +124,7 @@ const WHITELIST: &[Crate<'_>] = &[
122
124
Crate ( "parking_lot_core" ) ,
123
125
Crate ( "pkg-config" ) ,
124
126
Crate ( "polonius-engine" ) ,
127
+ Crate ( "ppv-lite86" ) ,
125
128
Crate ( "proc-macro2" ) ,
126
129
Crate ( "quick-error" ) ,
127
130
Crate ( "quote" ) ,
@@ -149,6 +152,7 @@ const WHITELIST: &[Crate<'_>] = &[
149
152
Crate ( "serde" ) ,
150
153
Crate ( "serde_derive" ) ,
151
154
Crate ( "smallvec" ) ,
155
+ Crate ( "spin" ) ,
152
156
Crate ( "stable_deref_trait" ) ,
153
157
Crate ( "syn" ) ,
154
158
Crate ( "synstructure" ) ,
You can’t perform that action at this time.
0 commit comments