File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
82
82
"bitflags" ,
83
83
"block-buffer" ,
84
84
"block-padding" ,
85
- "byteorder" ,
86
85
"byte-tools" ,
86
+ "byteorder" ,
87
87
"cc" ,
88
88
"cfg-if" ,
89
89
"chalk-derive" ,
@@ -140,9 +140,9 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
140
140
"memmap2" ,
141
141
"memoffset" ,
142
142
"miniz_oxide" ,
143
- "num_cpus" ,
144
143
"num-integer" ,
145
144
"num-traits" ,
145
+ "num_cpus" ,
146
146
"object" ,
147
147
"once_cell" ,
148
148
"opaque-debug" ,
@@ -188,8 +188,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
188
188
"serde_json" ,
189
189
"sha-1" ,
190
190
"sha2" ,
191
- "smallvec" ,
192
191
"sharded-slab" ,
192
+ "smallvec" ,
193
193
"snap" ,
194
194
"stable_deref_trait" ,
195
195
"stacker" ,
@@ -209,6 +209,11 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
209
209
"tracing-subscriber" ,
210
210
"tracing-tree" ,
211
211
"typenum" ,
212
+ "unic-char-property" ,
213
+ "unic-char-range" ,
214
+ "unic-common" ,
215
+ "unic-emoji-char" ,
216
+ "unic-ucd-version" ,
212
217
"unicode-normalization" ,
213
218
"unicode-script" ,
214
219
"unicode-security" ,
You can’t perform that action at this time.
0 commit comments