1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
253
253
"blake3" ,
254
254
"block-buffer" ,
255
255
"bstr" ,
256
- "byteorder" , // via ruzstd in object in thorin-dwp
257
256
"cc" ,
258
257
"cfg-if" ,
259
258
"cfg_aliases" ,
@@ -350,6 +349,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
350
349
"pulldown-cmark-escape" ,
351
350
"punycode" ,
352
351
"quote" ,
352
+ "r-efi" ,
353
353
"rand" ,
354
354
"rand_chacha" ,
355
355
"rand_core" ,
@@ -433,6 +433,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
433
433
"windows-core" ,
434
434
"windows-implement" ,
435
435
"windows-interface" ,
436
+ "windows-link" ,
436
437
"windows-result" ,
437
438
"windows-strings" ,
438
439
"windows-sys" ,
@@ -445,7 +446,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
445
446
"windows_x86_64_gnu" ,
446
447
"windows_x86_64_gnullvm" ,
447
448
"windows_x86_64_msvc" ,
448
- "wit-bindgen-rt@0.33.0" , // via wasi
449
+ "wit-bindgen-rt" ,
449
450
"writeable" ,
450
451
"yoke" ,
451
452
"yoke-derive" ,
0 commit comments