1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

deps: update rand to 0.8

fix: #2888
This commit is contained in:
Greg Guthe 2022-01-17 20:07:28 -05:00
parent d2fe245192
commit cae6bc5e82
8 changed files with 14 additions and 66 deletions

View file

@ -13,7 +13,7 @@ uu_factor = { path = "../../../src/uu/factor" }
[dev-dependencies]
array-init = "2.0.0"
criterion = "0.3"
rand = "0.7"
rand = "0.8"
rand_chacha = "0.2.2"