@@ -1876,16 +1876,16 @@ dependencies = [
1876
1876
1877
1877
[[package ]]
1878
1878
name = " ipc-channel"
1879
- version = " 0.20.0 "
1879
+ version = " 0.20.1 "
1880
1880
source = " registry+https://github.com/rust-lang/crates.io-index"
1881
- checksum = " 5b1c98b70019c830a1fc39cecfe1f60ff99c4122f0a189697c810c90ec545c14 "
1881
+ checksum = " 1700f6b8b9f00cdd675f32fbb3a5be882213140dfe045805273221ca266c43f8 "
1882
1882
dependencies = [
1883
1883
" bincode" ,
1884
1884
" crossbeam-channel" ,
1885
1885
" fnv" ,
1886
1886
" libc" ,
1887
1887
" mio" ,
1888
- " rand 0.9.1 " ,
1888
+ " rand 0.9.2 " ,
1889
1889
" serde" ,
1890
1890
" tempfile" ,
1891
1891
" uuid" ,
@@ -2315,7 +2315,7 @@ dependencies = [
2315
2315
" libloading" ,
2316
2316
" measureme" ,
2317
2317
" nix" ,
2318
- " rand 0.9.1 " ,
2318
+ " rand 0.9.2 " ,
2319
2319
" regex" ,
2320
2320
" rustc_version" ,
2321
2321
" serde" ,
@@ -2948,9 +2948,9 @@ dependencies = [
2948
2948
2949
2949
[[package ]]
2950
2950
name = " rand"
2951
- version = " 0.9.1 "
2951
+ version = " 0.9.2 "
2952
2952
source = " registry+https://github.com/rust-lang/crates.io-index"
2953
- checksum = " 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 "
2953
+ checksum = " 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 "
2954
2954
dependencies = [
2955
2955
" rand_chacha 0.9.0" ,
2956
2956
" rand_core 0.9.3" ,
@@ -3034,9 +3034,9 @@ dependencies = [
3034
3034
3035
3035
[[package ]]
3036
3036
name = " redox_syscall"
3037
- version = " 0.5.13 "
3037
+ version = " 0.5.16 "
3038
3038
source = " registry+https://github.com/rust-lang/crates.io-index"
3039
- checksum = " 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 "
3039
+ checksum = " 7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792 "
3040
3040
dependencies = [
3041
3041
" bitflags" ,
3042
3042
]
@@ -3231,7 +3231,7 @@ name = "rustc_abi"
3231
3231
version = " 0.0.0"
3232
3232
dependencies = [
3233
3233
" bitflags" ,
3234
- " rand 0.9.1 " ,
3234
+ " rand 0.9.2 " ,
3235
3235
" rand_xoshiro" ,
3236
3236
" rustc_data_structures" ,
3237
3237
" rustc_hashes" ,
@@ -3866,7 +3866,7 @@ dependencies = [
3866
3866
name = " rustc_incremental"
3867
3867
version = " 0.0.0"
3868
3868
dependencies = [
3869
- " rand 0.9.1 " ,
3869
+ " rand 0.9.2 " ,
3870
3870
" rustc_ast" ,
3871
3871
" rustc_data_structures" ,
3872
3872
" rustc_errors" ,
@@ -4479,7 +4479,7 @@ dependencies = [
4479
4479
" bitflags" ,
4480
4480
" getopts" ,
4481
4481
" libc" ,
4482
- " rand 0.9.1 " ,
4482
+ " rand 0.9.2 " ,
4483
4483
" rustc_abi" ,
4484
4484
" rustc_ast" ,
4485
4485
" rustc_data_structures" ,
@@ -4564,7 +4564,7 @@ dependencies = [
4564
4564
" crossbeam-deque" ,
4565
4565
" crossbeam-utils" ,
4566
4566
" libc" ,
4567
- " rand 0.9.1 " ,
4567
+ " rand 0.9.2 " ,
4568
4568
" rand_xorshift" ,
4569
4569
" scoped-tls" ,
4570
4570
" smallvec" ,
@@ -5270,7 +5270,7 @@ version = "0.1.0"
5270
5270
dependencies = [
5271
5271
" indicatif" ,
5272
5272
" num" ,
5273
- " rand 0.9.1 " ,
5273
+ " rand 0.9.2 " ,
5274
5274
" rand_chacha 0.9.0" ,
5275
5275
" rayon" ,
5276
5276
]
0 commit comments