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

@ -321,8 +321,8 @@ phf = "0.11.2"
phf_codegen = "0.11.2"
platform-info = "2.0.3"
quick-error = "2.0.1"
rand = { version = "0.8.5", features = ["small_rng"] }
rand_core = "0.6.4"
rand = { version = "0.9.0", features = ["small_rng"] }
rand_core = "0.9.0"
rayon = "1.10"
regex = "1.10.4"
rstest = "0.24.0"
@ -333,7 +333,6 @@ selinux = "0.4.4"
signal-hook = "0.3.17"
smallvec = { version = "1.13.2", features = ["union"] }
tempfile = "3.15.0"
uutils_term_grid = "0.6"
terminal_size = "0.4.0"
textwrap = { version = "0.16.1", features = ["terminal_size"] }
thiserror = "2.0.3"
@ -342,6 +341,7 @@ unicode-segmentation = "1.11.0"
unicode-width = "0.2.0"
utf-8 = "0.7.6"
utmp-classic = "0.1.6"
uutils_term_grid = "0.6"
walkdir = "2.5"
winapi-util = "0.1.8"
windows-sys = { version = "0.59.0", default-features = false }