mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Cargo.toml: use "workspace = true" for sha1
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user