chore(deps): update rust crate rand to v0.9.2

This commit is contained in:
renovate[bot]
2025-07-20 18:38:17 +00:00
committed by GitHub
parent c3df39e400
commit 63679a0489

14
Cargo.lock generated
View File

@@ -837,9 +837,9 @@ dependencies = [
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.9.1" version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
dependencies = [ dependencies = [
"rand_chacha", "rand_chacha",
"rand_core 0.9.3", "rand_core 0.9.3",
@@ -1270,7 +1270,7 @@ dependencies = [
"phf_codegen", "phf_codegen",
"pretty_assertions", "pretty_assertions",
"procfs", "procfs",
"rand 0.9.1", "rand 0.9.2",
"regex", "regex",
"rlimit", "rlimit",
"serde", "serde",
@@ -1413,7 +1413,7 @@ version = "0.0.1"
dependencies = [ dependencies = [
"clap", "clap",
"md-5", "md-5",
"rand 0.9.1", "rand 0.9.2",
"uucore", "uucore",
] ]
@@ -1466,7 +1466,7 @@ version = "0.0.1"
dependencies = [ dependencies = [
"clap", "clap",
"nix", "nix",
"rand 0.9.1", "rand 0.9.2",
"thiserror", "thiserror",
"uucore", "uucore",
"uuid", "uuid",
@@ -1521,7 +1521,7 @@ dependencies = [
"getrandom", "getrandom",
"js-sys", "js-sys",
"md-5", "md-5",
"rand 0.9.1", "rand 0.9.2",
"sha1_smol", "sha1_smol",
"uuid-rng-internal", "uuid-rng-internal",
"wasm-bindgen", "wasm-bindgen",
@@ -1533,7 +1533,7 @@ version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11c277e43528edc5dd4660d28b2e61d70dff7f4f91502fe6a9a917eb61e427e9" checksum = "11c277e43528edc5dd4660d28b2e61d70dff7f4f91502fe6a9a917eb61e427e9"
dependencies = [ dependencies = [
"rand 0.9.1", "rand 0.9.2",
] ]
[[package]] [[package]]