File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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] = &[
253253 "blake3" ,
254254 "block-buffer" ,
255255 "bstr" ,
256- "byteorder" , // via ruzstd in object in thorin-dwp
257256 "cc" ,
258257 "cfg-if" ,
259258 "cfg_aliases" ,
@@ -350,6 +349,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
350349 "pulldown-cmark-escape" ,
351350 "punycode" ,
352351 "quote" ,
352+ "r-efi" ,
353353 "rand" ,
354354 "rand_chacha" ,
355355 "rand_core" ,
@@ -433,6 +433,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
433433 "windows-core" ,
434434 "windows-implement" ,
435435 "windows-interface" ,
436+ "windows-link" ,
436437 "windows-result" ,
437438 "windows-strings" ,
438439 "windows-sys" ,
@@ -445,7 +446,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
445446 "windows_x86_64_gnu" ,
446447 "windows_x86_64_gnullvm" ,
447448 "windows_x86_64_msvc" ,
448- "wit-bindgen-rt@0.33 .0" , // via wasi
449+ "wit-bindgen-rt@0.39 .0" ,
449450 "writeable" ,
450451 "yoke" ,
451452 "yoke-derive" ,
You can’t perform that action at this time.
0 commit comments