From 6f900dd849bba011bd2549d490df6294ec5c2ebc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 18:36:01 +0000 Subject: [PATCH] fix(deps): update rust crate rand to v0.9.2 --- Cargo.lock | 18 +++++++++--------- fuzz/Cargo.lock | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cb0a2657..a441ee4df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ "phf", "phf_codegen", "pretty_assertions", - "rand 0.9.1", + "rand 0.9.2", "regex", "rlimit", "rstest", @@ -2204,9 +2204,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -3231,7 +3231,7 @@ dependencies = [ "array-init", "criterion", "num-prime", - "rand 0.9.1", + "rand 0.9.2", "rand_chacha 0.9.0", ] @@ -3421,7 +3421,7 @@ name = "uu_mktemp" version = "0.1.0" dependencies = [ "clap", - "rand 0.9.1", + "rand 0.9.2", "tempfile", "thiserror 2.0.12", "uucore", @@ -3644,7 +3644,7 @@ version = "0.1.0" dependencies = [ "clap", "libc", - "rand 0.9.1", + "rand 0.9.2", "uucore", ] @@ -3653,7 +3653,7 @@ name = "uu_shuf" version = "0.1.0" dependencies = [ "clap", - "rand 0.9.1", + "rand 0.9.2", "rand_core 0.9.3", "uucore", ] @@ -3679,7 +3679,7 @@ dependencies = [ "itertools 0.14.0", "memchr", "nix", - "rand 0.9.1", + "rand 0.9.2", "rayon", "self_cell", "tempfile", @@ -4051,7 +4051,7 @@ dependencies = [ "libc", "nix", "pretty_assertions", - "rand 0.9.1", + "rand 0.9.2", "regex", "rlimit", "tempfile", diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 977a5aae9..cd90e4e67 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -1068,9 +1068,9 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha", "rand_core",