@@ -441,17 +441,16 @@ dependencies = [
441
441
442
442
[[package ]]
443
443
name = " ipc-channel"
444
- version = " 0.19 .0"
444
+ version = " 0.20 .0"
445
445
source = " registry+https://github.com/rust-lang/crates.io-index"
446
- checksum = " 6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea "
446
+ checksum = " 5b1c98b70019c830a1fc39cecfe1f60ff99c4122f0a189697c810c90ec545c14 "
447
447
dependencies = [
448
448
" bincode" ,
449
449
" crossbeam-channel" ,
450
450
" fnv" ,
451
- " lazy_static" ,
452
451
" libc" ,
453
452
" mio" ,
454
- " rand 0.8.5 " ,
453
+ " rand" ,
455
454
" serde" ,
456
455
" tempfile" ,
457
456
" uuid" ,
@@ -598,7 +597,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
598
597
checksum = " 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
599
598
dependencies = [
600
599
" libc" ,
601
- " log" ,
602
600
" wasi 0.11.1+wasi-snapshot-preview1" ,
603
601
" windows-sys 0.59.0" ,
604
602
]
@@ -621,7 +619,7 @@ dependencies = [
621
619
" libloading" ,
622
620
" measureme" ,
623
621
" nix" ,
624
- " rand 0.9.1 " ,
622
+ " rand" ,
625
623
" regex" ,
626
624
" rustc_version" ,
627
625
" serde" ,
@@ -806,35 +804,14 @@ version = "5.3.0"
806
804
source = " registry+https://github.com/rust-lang/crates.io-index"
807
805
checksum = " 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
808
806
809
- [[package ]]
810
- name = " rand"
811
- version = " 0.8.5"
812
- source = " registry+https://github.com/rust-lang/crates.io-index"
813
- checksum = " 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
814
- dependencies = [
815
- " libc" ,
816
- " rand_chacha 0.3.1" ,
817
- " rand_core 0.6.4" ,
818
- ]
819
-
820
807
[[package ]]
821
808
name = " rand"
822
809
version = " 0.9.1"
823
810
source = " registry+https://github.com/rust-lang/crates.io-index"
824
811
checksum = " 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
825
812
dependencies = [
826
- " rand_chacha 0.9.0" ,
827
- " rand_core 0.9.3" ,
828
- ]
829
-
830
- [[package ]]
831
- name = " rand_chacha"
832
- version = " 0.3.1"
833
- source = " registry+https://github.com/rust-lang/crates.io-index"
834
- checksum = " e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
835
- dependencies = [
836
- " ppv-lite86" ,
837
- " rand_core 0.6.4" ,
813
+ " rand_chacha" ,
814
+ " rand_core" ,
838
815
]
839
816
840
817
[[package ]]
@@ -844,16 +821,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
844
821
checksum = " d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
845
822
dependencies = [
846
823
" ppv-lite86" ,
847
- " rand_core 0.9.3" ,
848
- ]
849
-
850
- [[package ]]
851
- name = " rand_core"
852
- version = " 0.6.4"
853
- source = " registry+https://github.com/rust-lang/crates.io-index"
854
- checksum = " ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
855
- dependencies = [
856
- " getrandom 0.2.16" ,
824
+ " rand_core" ,
857
825
]
858
826
859
827
[[package ]]
0 commit comments