mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #6312 from uutils/renovate/rand_core-0.x
chore(deps): update rust crate rand_core to 0.6.4
This commit is contained in:
commit
1176536e17
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ phf_codegen = "0.11.2"
|
||||||
platform-info = "2.0.3"
|
platform-info = "2.0.3"
|
||||||
quick-error = "2.0.1"
|
quick-error = "2.0.1"
|
||||||
rand = { version = "0.8", features = ["small_rng"] }
|
rand = { version = "0.8", features = ["small_rng"] }
|
||||||
rand_core = "0.6"
|
rand_core = "0.6.4"
|
||||||
rayon = "1.10"
|
rayon = "1.10"
|
||||||
redox_syscall = "0.5"
|
redox_syscall = "0.5"
|
||||||
regex = "1.10.4"
|
regex = "1.10.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue