mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
Cargo.toml: use "workspace = true" for sha1
This commit is contained in:
parent
dafbd4bd6f
commit
e0640b2e79
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ num-prime = { workspace = true }
|
|||
pretty_assertions = "1.4.0"
|
||||
rand = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
sha1 = { version = "0.10.6", features = ["std"] }
|
||||
sha1 = { workspace = true, features = ["std"] }
|
||||
tempfile = { workspace = true }
|
||||
time = { workspace = true, features = ["local-offset"] }
|
||||
unindent = "0.2.3"
|
||||
|
|
Loading…
Reference in a new issue