@@ -351,7 +351,19 @@ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
351351dependencies = [
352352 " cfg-if" ,
353353 " libc" ,
354- " wasi" ,
354+ " wasi 0.11.0+wasi-snapshot-preview1" ,
355+ ]
356+
357+ [[package ]]
358+ name = " getrandom"
359+ version = " 0.3.1"
360+ source = " registry+https://github.com/rust-lang/crates.io-index"
361+ checksum = " 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
362+ dependencies = [
363+ " cfg-if" ,
364+ " libc" ,
365+ " wasi 0.13.3+wasi-0.2.2" ,
366+ " windows-targets 0.52.6" ,
355367]
356368
357369[[package ]]
@@ -529,12 +541,12 @@ dependencies = [
529541 " chrono-tz" ,
530542 " colored" ,
531543 " directories" ,
532- " getrandom" ,
544+ " getrandom 0.3.1 " ,
533545 " libc" ,
534546 " libffi" ,
535547 " libloading" ,
536548 " measureme" ,
537- " rand" ,
549+ " rand 0.9.0 " ,
538550 " regex" ,
539551 " rustc_version" ,
540552 " smallvec" ,
@@ -662,7 +674,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
662674checksum = " 48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
663675dependencies = [
664676 " phf_shared" ,
665- " rand" ,
677+ " rand 0.8.5 " ,
666678]
667679
668680[[package ]]
@@ -692,7 +704,7 @@ version = "0.2.20"
692704source = " registry+https://github.com/rust-lang/crates.io-index"
693705checksum = " 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
694706dependencies = [
695- " zerocopy" ,
707+ " zerocopy 0.7.35 " ,
696708]
697709
698710[[package ]]
@@ -729,28 +741,44 @@ version = "0.8.5"
729741source = " registry+https://github.com/rust-lang/crates.io-index"
730742checksum = " 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
731743dependencies = [
732- " libc" ,
744+ " rand_core 0.6.4" ,
745+ ]
746+
747+ [[package ]]
748+ name = " rand"
749+ version = " 0.9.0"
750+ source = " registry+https://github.com/rust-lang/crates.io-index"
751+ checksum = " 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
752+ dependencies = [
733753 " rand_chacha" ,
734- " rand_core" ,
754+ " rand_core 0.9.0" ,
755+ " zerocopy 0.8.14" ,
735756]
736757
737758[[package ]]
738759name = " rand_chacha"
739- version = " 0.3.1 "
760+ version = " 0.9.0 "
740761source = " registry+https://github.com/rust-lang/crates.io-index"
741- checksum = " e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 "
762+ checksum = " d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb "
742763dependencies = [
743764 " ppv-lite86" ,
744- " rand_core" ,
765+ " rand_core 0.9.0 " ,
745766]
746767
747768[[package ]]
748769name = " rand_core"
749770version = " 0.6.4"
750771source = " registry+https://github.com/rust-lang/crates.io-index"
751772checksum = " ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
773+
774+ [[package ]]
775+ name = " rand_core"
776+ version = " 0.9.0"
777+ source = " registry+https://github.com/rust-lang/crates.io-index"
778+ checksum = " b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
752779dependencies = [
753- " getrandom" ,
780+ " getrandom 0.3.1" ,
781+ " zerocopy 0.8.14" ,
754782]
755783
756784[[package ]]
@@ -768,7 +796,7 @@ version = "0.4.5"
768796source = " registry+https://github.com/rust-lang/crates.io-index"
769797checksum = " bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
770798dependencies = [
771- " getrandom" ,
799+ " getrandom 0.2.15 " ,
772800 " libredox" ,
773801 " thiserror" ,
774802]
@@ -1105,6 +1133,15 @@ version = "0.11.0+wasi-snapshot-preview1"
11051133source = " registry+https://github.com/rust-lang/crates.io-index"
11061134checksum = " 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11071135
1136+ [[package ]]
1137+ name = " wasi"
1138+ version = " 0.13.3+wasi-0.2.2"
1139+ source = " registry+https://github.com/rust-lang/crates.io-index"
1140+ checksum = " 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
1141+ dependencies = [
1142+ " wit-bindgen-rt" ,
1143+ ]
1144+
11081145[[package ]]
11091146name = " windows-sys"
11101147version = " 0.48.0"
@@ -1244,14 +1281,32 @@ version = "0.52.6"
12441281source = " registry+https://github.com/rust-lang/crates.io-index"
12451282checksum = " 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
12461283
1284+ [[package ]]
1285+ name = " wit-bindgen-rt"
1286+ version = " 0.33.0"
1287+ source = " registry+https://github.com/rust-lang/crates.io-index"
1288+ checksum = " 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
1289+ dependencies = [
1290+ " bitflags" ,
1291+ ]
1292+
12471293[[package ]]
12481294name = " zerocopy"
12491295version = " 0.7.35"
12501296source = " registry+https://github.com/rust-lang/crates.io-index"
12511297checksum = " 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
12521298dependencies = [
12531299 " byteorder" ,
1254- " zerocopy-derive" ,
1300+ " zerocopy-derive 0.7.35" ,
1301+ ]
1302+
1303+ [[package ]]
1304+ name = " zerocopy"
1305+ version = " 0.8.14"
1306+ source = " registry+https://github.com/rust-lang/crates.io-index"
1307+ checksum = " a367f292d93d4eab890745e75a778da40909cab4d6ff8173693812f79c4a2468"
1308+ dependencies = [
1309+ " zerocopy-derive 0.8.14" ,
12551310]
12561311
12571312[[package ]]
@@ -1264,3 +1319,14 @@ dependencies = [
12641319 " quote" ,
12651320 " syn" ,
12661321]
1322+
1323+ [[package ]]
1324+ name = " zerocopy-derive"
1325+ version = " 0.8.14"
1326+ source = " registry+https://github.com/rust-lang/crates.io-index"
1327+ checksum = " d3931cb58c62c13adec22e38686b559c86a30565e16ad6e8510a337cedc611e1"
1328+ dependencies = [
1329+ " proc-macro2" ,
1330+ " quote" ,
1331+ " syn" ,
1332+ ]
0 commit comments