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

Bump rand & rand_core to 0.9.0

rand from 0.8.5, rand_core from 0.6.4
This commit is contained in:
Daniel Hofstetter 2025-01-29 14:19:58 +01:00
parent a862a57fc1
commit 05ae1704ab
4 changed files with 119 additions and 32 deletions

View file

@ -11,7 +11,7 @@ cargo-fuzz = true
libfuzzer-sys = "0.4.7"
libc = "0.2.153"
tempfile = "3.15.0"
rand = { version = "0.8.5", features = ["small_rng"] }
rand = { version = "0.9.0", features = ["small_rng"] }
similar = "2.5.0"
uucore = { path = "../src/uucore/" }