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:
commit
c7fc0a703b
18 changed files with 223 additions and 155 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue