@@ -244,6 +244,8 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
244
244
"adler2" ,
245
245
"aho-corasick" ,
246
246
"allocator-api2" , // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801
247
+ "android-tzdata" ,
248
+ "android_system_properties" ,
247
249
"annotate-snippets" ,
248
250
"anstyle" ,
249
251
"ar_archive_writer" ,
@@ -254,10 +256,13 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
254
256
"blake3" ,
255
257
"block-buffer" ,
256
258
"bstr" ,
259
+ "bumpalo" ,
257
260
"cc" ,
258
261
"cfg-if" ,
259
262
"cfg_aliases" ,
263
+ "chrono" ,
260
264
"constant_time_eq" ,
265
+ "core-foundation-sys" ,
261
266
"cpufeatures" ,
262
267
"crc32fast" ,
263
268
"crossbeam-channel" ,
@@ -270,7 +275,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
270
275
"darling_core" ,
271
276
"darling_macro" ,
272
277
"datafrog" ,
273
- "deranged" ,
274
278
"derive-where" ,
275
279
"derive_setters" ,
276
280
"digest" ,
@@ -297,6 +301,8 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
297
301
"gsgdt" ,
298
302
"hashbrown" ,
299
303
"hermit-abi" ,
304
+ "iana-time-zone" ,
305
+ "iana-time-zone-haiku" ,
300
306
"icu_list" ,
301
307
"icu_list_data" ,
302
308
"icu_locid" ,
@@ -312,6 +318,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
312
318
"itertools" ,
313
319
"itoa" ,
314
320
"jobserver" ,
321
+ "js-sys" ,
315
322
"lazy_static" ,
316
323
"leb128" ,
317
324
"libc" ,
@@ -328,7 +335,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
328
335
"miniz_oxide" ,
329
336
"nix" ,
330
337
"nu-ansi-term" ,
331
- "num-conv " ,
338
+ "num-traits " ,
332
339
"num_cpus" ,
333
340
"object" ,
334
341
"odht" ,
@@ -341,7 +348,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
341
348
"pin-project-lite" ,
342
349
"polonius-engine" ,
343
350
"portable-atomic" , // dependency for platforms doesn't support `AtomicU64` in std
344
- "powerfmt" ,
345
351
"ppv-lite86" ,
346
352
"proc-macro-hack" ,
347
353
"proc-macro2" ,
@@ -366,6 +372,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
366
372
"rustc-stable-hash" ,
367
373
"rustc_apfloat" ,
368
374
"rustix" ,
375
+ "rustversion" ,
369
376
"ruzstd" , // via object in thorin-dwp
370
377
"ryu" ,
371
378
"scoped-tls" ,
@@ -394,9 +401,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
394
401
"thorin-dwp" ,
395
402
"thread_local" ,
396
403
"tikv-jemalloc-sys" ,
397
- "time" ,
398
- "time-core" ,
399
- "time-macros" ,
400
404
"tinystr" ,
401
405
"tinyvec" ,
402
406
"tinyvec_macros" ,
@@ -424,6 +428,11 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
424
428
"valuable" ,
425
429
"version_check" ,
426
430
"wasi" ,
431
+ "wasm-bindgen" ,
432
+ "wasm-bindgen-backend" ,
433
+ "wasm-bindgen-macro" ,
434
+ "wasm-bindgen-macro-support" ,
435
+ "wasm-bindgen-shared" ,
427
436
"wasm-encoder" ,
428
437
"wasmparser" ,
429
438
"winapi" ,
0 commit comments