1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #2893 from g-k/2888-rand-0.8

update rand crate to 0.8
This commit is contained in:
Sylvestre Ledru 2022-01-25 23:23:43 +01:00 committed by GitHub
commit c7fc0a703b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 223 additions and 155 deletions

View file

@ -369,7 +369,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"