mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix(deps): update rust crate rand to v0.9.2
This commit is contained in:
Generated
+9
-9
@@ -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",
|
||||
|
||||
Generated
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user