mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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…
Add table
Add a link
Reference in a new issue