From 63679a04896240f632ced5faecfe89c6d36c5a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 18:38:17 +0000 Subject: [PATCH] chore(deps): update rust crate rand to v0.9.2 --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f243cac..ea601c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,9 +837,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", "rand_core 0.9.3", @@ -1270,7 +1270,7 @@ dependencies = [ "phf_codegen", "pretty_assertions", "procfs", - "rand 0.9.1", + "rand 0.9.2", "regex", "rlimit", "serde", @@ -1413,7 +1413,7 @@ version = "0.0.1" dependencies = [ "clap", "md-5", - "rand 0.9.1", + "rand 0.9.2", "uucore", ] @@ -1466,7 +1466,7 @@ version = "0.0.1" dependencies = [ "clap", "nix", - "rand 0.9.1", + "rand 0.9.2", "thiserror", "uucore", "uuid", @@ -1521,7 +1521,7 @@ dependencies = [ "getrandom", "js-sys", "md-5", - "rand 0.9.1", + "rand 0.9.2", "sha1_smol", "uuid-rng-internal", "wasm-bindgen", @@ -1533,7 +1533,7 @@ version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11c277e43528edc5dd4660d28b2e61d70dff7f4f91502fe6a9a917eb61e427e9" dependencies = [ - "rand 0.9.1", + "rand 0.9.2", ] [[package]]