Skip to content

Commit 75420b6

Browse files
author
github-actions
committed
cargo update
compiler & tools dependencies: Locking 3 packages to latest compatible versions Updating ipc-channel v0.20.0 -> v0.20.1 Updating rand v0.9.1 -> v0.9.2 Updating redox_syscall v0.5.13 -> v0.5.16 note: pass `--verbose` to see 37 unchanged dependencies behind latest library dependencies: Locking 1 package to latest compatible version Updating rand v0.9.1 -> v0.9.2 note: pass `--verbose` to see 2 unchanged dependencies behind latest rustbook dependencies: Locking 1 package to latest compatible version Updating redox_syscall v0.5.13 -> v0.5.16
1 parent ce5fdd7 commit 75420b6

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,16 +1890,16 @@ dependencies = [
18901890

18911891
[[package]]
18921892
name = "ipc-channel"
1893-
version = "0.20.0"
1893+
version = "0.20.1"
18941894
source = "registry+https://github.com/rust-lang/crates.io-index"
1895-
checksum = "5b1c98b70019c830a1fc39cecfe1f60ff99c4122f0a189697c810c90ec545c14"
1895+
checksum = "1700f6b8b9f00cdd675f32fbb3a5be882213140dfe045805273221ca266c43f8"
18961896
dependencies = [
18971897
"bincode",
18981898
"crossbeam-channel",
18991899
"fnv",
19001900
"libc",
19011901
"mio",
1902-
"rand 0.9.1",
1902+
"rand 0.9.2",
19031903
"serde",
19041904
"tempfile",
19051905
"uuid",
@@ -2329,7 +2329,7 @@ dependencies = [
23292329
"libloading",
23302330
"measureme",
23312331
"nix",
2332-
"rand 0.9.1",
2332+
"rand 0.9.2",
23332333
"regex",
23342334
"rustc_version",
23352335
"serde",
@@ -2962,9 +2962,9 @@ dependencies = [
29622962

29632963
[[package]]
29642964
name = "rand"
2965-
version = "0.9.1"
2965+
version = "0.9.2"
29662966
source = "registry+https://github.com/rust-lang/crates.io-index"
2967-
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
2967+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
29682968
dependencies = [
29692969
"rand_chacha 0.9.0",
29702970
"rand_core 0.9.3",
@@ -3048,9 +3048,9 @@ dependencies = [
30483048

30493049
[[package]]
30503050
name = "redox_syscall"
3051-
version = "0.5.13"
3051+
version = "0.5.16"
30523052
source = "registry+https://github.com/rust-lang/crates.io-index"
3053-
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
3053+
checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792"
30543054
dependencies = [
30553055
"bitflags",
30563056
]
@@ -3245,7 +3245,7 @@ name = "rustc_abi"
32453245
version = "0.0.0"
32463246
dependencies = [
32473247
"bitflags",
3248-
"rand 0.9.1",
3248+
"rand 0.9.2",
32493249
"rand_xoshiro",
32503250
"rustc_data_structures",
32513251
"rustc_hashes",
@@ -3880,7 +3880,7 @@ dependencies = [
38803880
name = "rustc_incremental"
38813881
version = "0.0.0"
38823882
dependencies = [
3883-
"rand 0.9.1",
3883+
"rand 0.9.2",
38843884
"rustc_ast",
38853885
"rustc_data_structures",
38863886
"rustc_errors",
@@ -4493,7 +4493,7 @@ dependencies = [
44934493
"bitflags",
44944494
"getopts",
44954495
"libc",
4496-
"rand 0.9.1",
4496+
"rand 0.9.2",
44974497
"rustc_abi",
44984498
"rustc_ast",
44994499
"rustc_data_structures",
@@ -4578,7 +4578,7 @@ dependencies = [
45784578
"crossbeam-deque",
45794579
"crossbeam-utils",
45804580
"libc",
4581-
"rand 0.9.1",
4581+
"rand 0.9.2",
45824582
"rand_xorshift",
45834583
"scoped-tls",
45844584
"smallvec",
@@ -5284,7 +5284,7 @@ version = "0.1.0"
52845284
dependencies = [
52855285
"indicatif",
52865286
"num",
5287-
"rand 0.9.1",
5287+
"rand 0.9.2",
52885288
"rand_chacha 0.9.0",
52895289
"rayon",
52905290
]

library/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ dependencies = [
237237

238238
[[package]]
239239
name = "rand"
240-
version = "0.9.1"
240+
version = "0.9.2"
241241
source = "registry+https://github.com/rust-lang/crates.io-index"
242-
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
242+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
243243
dependencies = [
244244
"rand_core",
245245
]

src/tools/rustbook/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,9 +1343,9 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13431343

13441344
[[package]]
13451345
name = "redox_syscall"
1346-
version = "0.5.13"
1346+
version = "0.5.16"
13471347
source = "registry+https://github.com/rust-lang/crates.io-index"
1348-
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
1348+
checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792"
13491349
dependencies = [
13501350
"bitflags 2.9.1",
13511351
]

0 commit comments

Comments
 (0)