diff --git a/Cargo.lock b/Cargo.lock index 4f65c39bc204c..b9c5248476ae3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2105,7 +2105,7 @@ dependencies = [ "libc", "mio", "postcard", - "rand 0.9.2", + "rand 0.9.3", "rustc-hash 2.1.1", "serde_core", "tempfile", @@ -3317,9 +3317,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha", "rand_core 0.9.3", @@ -3636,7 +3636,7 @@ name = "rustc_abi" version = "0.0.0" dependencies = [ "bitflags", - "rand 0.9.2", + "rand 0.9.3", "rand_xoshiro", "rustc_data_structures", "rustc_error_messages", @@ -4215,7 +4215,7 @@ dependencies = [ name = "rustc_incremental" version = "0.0.0" dependencies = [ - "rand 0.9.2", + "rand 0.9.3", "rustc_data_structures", "rustc_errors", "rustc_fs_util", @@ -4270,7 +4270,7 @@ dependencies = [ name = "rustc_interface" version = "0.0.0" dependencies = [ - "rand 0.9.2", + "rand 0.9.3", "rustc_abi", "rustc_ast", "rustc_ast_lowering", @@ -4859,7 +4859,7 @@ dependencies = [ "crossbeam-deque", "crossbeam-utils", "libc", - "rand 0.9.2", + "rand 0.9.3", "rand_xorshift", "scoped-tls", "smallvec", @@ -5604,7 +5604,7 @@ version = "0.1.0" dependencies = [ "indicatif", "num", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha", "rayon", ]