1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

chore(deps): update rust crate rand_core to v0.9.3

This commit is contained in:
renovate[bot] 2025-03-01 19:12:38 +00:00 committed by GitHub
parent 76ad6042b5
commit eadf00c70f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
Cargo.lock generated
View file

@ -1850,7 +1850,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.2",
"rand_core 0.9.3",
"zerocopy 0.8.14",
]
@ -1871,7 +1871,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
"rand_core 0.9.2",
"rand_core 0.9.3",
]
[[package]]
@ -1885,12 +1885,11 @@ dependencies = [
[[package]]
name = "rand_core"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a509b1a2ffbe92afab0e55c8fd99dea1c280e8171bd2d88682bb20bc41cbc2c"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
dependencies = [
"getrandom 0.3.1",
"zerocopy 0.8.14",
]
[[package]]
@ -3217,7 +3216,7 @@ dependencies = [
"clap",
"memchr",
"rand 0.9.0",
"rand_core 0.9.2",
"rand_core 0.9.3",
"uucore",
]