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]]
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]]