1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +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:
Daniel Hofstetter 2024-05-02 07:12:55 +02:00 committed by GitHub
commit 1176536e17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -310,7 +310,7 @@ phf_codegen = "0.11.2"
platform-info = "2.0.3"
quick-error = "2.0.1"
rand = { version = "0.8", features = ["small_rng"] }
rand_core = "0.6"
rand_core = "0.6.4"
rayon = "1.10"
redox_syscall = "0.5"
regex = "1.10.4"