1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +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

@ -368,7 +368,7 @@ filetime = "0.2"
glob = "0.3.0"
libc = "0.2"
pretty_assertions = "1"
rand = "0.7"
rand = "0.8"
regex = "1.0"
sha1 = { version="0.6", features=["std"] }
tempfile = "3.2.0"