@@ -282,6 +282,18 @@ dependencies = [
282282 " wasi" ,
283283]
284284
285+ [[package ]]
286+ name = " getrandom"
287+ version = " 0.3.4"
288+ source = " registry+https://github.com/rust-lang/crates.io-index"
289+ checksum = " 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
290+ dependencies = [
291+ " cfg-if" ,
292+ " libc" ,
293+ " r-efi" ,
294+ " wasip2" ,
295+ ]
296+
285297[[package ]]
286298name = " hashbrown"
287299version = " 0.12.3"
@@ -348,6 +360,7 @@ dependencies = [
348360 " log" ,
349361 " pretty_env_logger" ,
350362 " quick-xml 0.37.5" ,
363+ " rand 0.9.2" ,
351364 " rayon" ,
352365 " regex" ,
353366 " serde" ,
@@ -473,7 +486,7 @@ checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
473486dependencies = [
474487 " env_logger 0.8.4" ,
475488 " log" ,
476- " rand" ,
489+ " rand 0.8.5 " ,
477490]
478491
479492[[package ]]
@@ -485,15 +498,31 @@ dependencies = [
485498 " proc-macro2" ,
486499]
487500
501+ [[package ]]
502+ name = " r-efi"
503+ version = " 5.3.0"
504+ source = " registry+https://github.com/rust-lang/crates.io-index"
505+ checksum = " 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
506+
488507[[package ]]
489508name = " rand"
490509version = " 0.8.5"
491510source = " registry+https://github.com/rust-lang/crates.io-index"
492511checksum = " 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
493512dependencies = [
494513 " libc" ,
495- " rand_chacha" ,
496- " rand_core" ,
514+ " rand_chacha 0.3.1" ,
515+ " rand_core 0.6.4" ,
516+ ]
517+
518+ [[package ]]
519+ name = " rand"
520+ version = " 0.9.2"
521+ source = " registry+https://github.com/rust-lang/crates.io-index"
522+ checksum = " 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
523+ dependencies = [
524+ " rand_chacha 0.9.0" ,
525+ " rand_core 0.9.3" ,
497526]
498527
499528[[package ]]
@@ -503,7 +532,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
503532checksum = " e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
504533dependencies = [
505534 " ppv-lite86" ,
506- " rand_core" ,
535+ " rand_core 0.6.4" ,
536+ ]
537+
538+ [[package ]]
539+ name = " rand_chacha"
540+ version = " 0.9.0"
541+ source = " registry+https://github.com/rust-lang/crates.io-index"
542+ checksum = " d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
543+ dependencies = [
544+ " ppv-lite86" ,
545+ " rand_core 0.9.3" ,
507546]
508547
509548[[package ]]
@@ -512,7 +551,16 @@ version = "0.6.4"
512551source = " registry+https://github.com/rust-lang/crates.io-index"
513552checksum = " ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
514553dependencies = [
515- " getrandom" ,
554+ " getrandom 0.2.16" ,
555+ ]
556+
557+ [[package ]]
558+ name = " rand_core"
559+ version = " 0.9.3"
560+ source = " registry+https://github.com/rust-lang/crates.io-index"
561+ checksum = " 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
562+ dependencies = [
563+ " getrandom 0.3.4" ,
516564]
517565
518566[[package ]]
@@ -703,7 +751,7 @@ dependencies = [
703751name = " stdarch-gen-loongarch"
704752version = " 0.1.0"
705753dependencies = [
706- " rand" ,
754+ " rand 0.8.5 " ,
707755]
708756
709757[[package ]]
@@ -736,7 +784,7 @@ version = "0.0.0"
736784dependencies = [
737785 " core_arch" ,
738786 " quickcheck" ,
739- " rand" ,
787+ " rand 0.8.5 " ,
740788]
741789
742790[[package ]]
@@ -819,6 +867,15 @@ version = "0.11.1+wasi-snapshot-preview1"
819867source = " registry+https://github.com/rust-lang/crates.io-index"
820868checksum = " ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
821869
870+ [[package ]]
871+ name = " wasip2"
872+ version = " 1.0.1+wasi-0.2.4"
873+ source = " registry+https://github.com/rust-lang/crates.io-index"
874+ checksum = " 0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
875+ dependencies = [
876+ " wit-bindgen" ,
877+ ]
878+
822879[[package ]]
823880name = " wasmparser"
824881version = " 0.235.0"
@@ -1003,6 +1060,12 @@ version = "0.53.0"
10031060source = " registry+https://github.com/rust-lang/crates.io-index"
10041061checksum = " 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
10051062
1063+ [[package ]]
1064+ name = " wit-bindgen"
1065+ version = " 0.46.0"
1066+ source = " registry+https://github.com/rust-lang/crates.io-index"
1067+ checksum = " f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1068+
10061069[[package ]]
10071070name = " xml-rs"
10081071version = " 0.8.27"
0 commit comments