Merge pull request #8358 from uutils/renovate/rand-0.x-lockfile

fix(deps): update rust crate rand to v0.9.2
This commit is contained in:
Daniel Hofstetter 2025-07-21 07:13:34 +02:00 committed by GitHub
commit 27ca4ed8d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

18
Cargo.lock generated
View file

@ -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",

4
fuzz/Cargo.lock generated
View file

@ -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",