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

update to sha 0.10.0 (#3110)

* update to sha 0.10.0

* correct formatting
This commit is contained in:
alextibbles 2022-02-12 12:12:02 -05:00 committed by GitHub
parent 45a1b7e4bb
commit d9c2acc2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 19 deletions

View file

@ -372,13 +372,14 @@ libc = "0.2"
pretty_assertions = "1"
rand = "0.8"
regex = "1.0"
sha1 = { version="0.6", features=["std"] }
sha1 = { version="0.10", features=["std"] }
tempfile = "3.2.0"
time = "0.1"
unindent = "0.1"
uucore = { version=">=0.0.11", package="uucore", path="src/uucore", features=["entries", "process"] }
walkdir = "2.2"
atty = "0.2"
hex-literal = "0.3.1"
[target.'cfg(target_os = "linux")'.dev-dependencies]
rlimit = "0.4.0"