@@ -1890,16 +1890,16 @@ dependencies = [
1890
1890
1891
1891
[[package ]]
1892
1892
name = " ipc-channel"
1893
- version = " 0.20.0 "
1893
+ version = " 0.20.1 "
1894
1894
source = " registry+https://github.com/rust-lang/crates.io-index"
1895
- checksum = " 5b1c98b70019c830a1fc39cecfe1f60ff99c4122f0a189697c810c90ec545c14 "
1895
+ checksum = " 1700f6b8b9f00cdd675f32fbb3a5be882213140dfe045805273221ca266c43f8 "
1896
1896
dependencies = [
1897
1897
" bincode" ,
1898
1898
" crossbeam-channel" ,
1899
1899
" fnv" ,
1900
1900
" libc" ,
1901
1901
" mio" ,
1902
- " rand 0.9.1 " ,
1902
+ " rand 0.9.2 " ,
1903
1903
" serde" ,
1904
1904
" tempfile" ,
1905
1905
" uuid" ,
@@ -2329,7 +2329,7 @@ dependencies = [
2329
2329
" libloading" ,
2330
2330
" measureme" ,
2331
2331
" nix" ,
2332
- " rand 0.9.1 " ,
2332
+ " rand 0.9.2 " ,
2333
2333
" regex" ,
2334
2334
" rustc_version" ,
2335
2335
" serde" ,
@@ -2962,9 +2962,9 @@ dependencies = [
2962
2962
2963
2963
[[package ]]
2964
2964
name = " rand"
2965
- version = " 0.9.1 "
2965
+ version = " 0.9.2 "
2966
2966
source = " registry+https://github.com/rust-lang/crates.io-index"
2967
- checksum = " 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 "
2967
+ checksum = " 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 "
2968
2968
dependencies = [
2969
2969
" rand_chacha 0.9.0" ,
2970
2970
" rand_core 0.9.3" ,
@@ -3048,9 +3048,9 @@ dependencies = [
3048
3048
3049
3049
[[package ]]
3050
3050
name = " redox_syscall"
3051
- version = " 0.5.13 "
3051
+ version = " 0.5.16 "
3052
3052
source = " registry+https://github.com/rust-lang/crates.io-index"
3053
- checksum = " 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 "
3053
+ checksum = " 7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792 "
3054
3054
dependencies = [
3055
3055
" bitflags" ,
3056
3056
]
@@ -3245,7 +3245,7 @@ name = "rustc_abi"
3245
3245
version = " 0.0.0"
3246
3246
dependencies = [
3247
3247
" bitflags" ,
3248
- " rand 0.9.1 " ,
3248
+ " rand 0.9.2 " ,
3249
3249
" rand_xoshiro" ,
3250
3250
" rustc_data_structures" ,
3251
3251
" rustc_hashes" ,
@@ -3880,7 +3880,7 @@ dependencies = [
3880
3880
name = " rustc_incremental"
3881
3881
version = " 0.0.0"
3882
3882
dependencies = [
3883
- " rand 0.9.1 " ,
3883
+ " rand 0.9.2 " ,
3884
3884
" rustc_ast" ,
3885
3885
" rustc_data_structures" ,
3886
3886
" rustc_errors" ,
@@ -4493,7 +4493,7 @@ dependencies = [
4493
4493
" bitflags" ,
4494
4494
" getopts" ,
4495
4495
" libc" ,
4496
- " rand 0.9.1 " ,
4496
+ " rand 0.9.2 " ,
4497
4497
" rustc_abi" ,
4498
4498
" rustc_ast" ,
4499
4499
" rustc_data_structures" ,
@@ -4578,7 +4578,7 @@ dependencies = [
4578
4578
" crossbeam-deque" ,
4579
4579
" crossbeam-utils" ,
4580
4580
" libc" ,
4581
- " rand 0.9.1 " ,
4581
+ " rand 0.9.2 " ,
4582
4582
" rand_xorshift" ,
4583
4583
" scoped-tls" ,
4584
4584
" smallvec" ,
@@ -5284,7 +5284,7 @@ version = "0.1.0"
5284
5284
dependencies = [
5285
5285
" indicatif" ,
5286
5286
" num" ,
5287
- " rand 0.9.1 " ,
5287
+ " rand 0.9.2 " ,
5288
5288
" rand_chacha 0.9.0" ,
5289
5289
" rayon" ,
5290
5290
]
0 commit comments