1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #6319 from uutils/renovate/sha1-0.x

chore(deps): update rust crate sha1 to 0.10.6
This commit is contained in:
Daniel Hofstetter 2024-05-02 09:09:18 +02:00 committed by GitHub
commit e024798b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -486,7 +486,7 @@ num-prime = { workspace = true }
pretty_assertions = "1.4.0"
rand = { workspace = true }
regex = { workspace = true }
sha1 = { version = "0.10", features = ["std"] }
sha1 = { version = "0.10.6", features = ["std"] }
tempfile = { workspace = true }
time = { workspace = true, features = ["local-offset"] }
unindent = "0.2"