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

chore(deps): update rust crate sha1 to 0.10.6

This commit is contained in:
renovate[bot] 2024-05-02 06:14:06 +00:00 committed by GitHub
parent 6abfc7ea58
commit 3a87db9310
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" pretty_assertions = "1.4.0"
rand = { workspace = true } rand = { workspace = true }
regex = { workspace = true } regex = { workspace = true }
sha1 = { version = "0.10", features = ["std"] } sha1 = { version = "0.10.6", features = ["std"] }
tempfile = { workspace = true } tempfile = { workspace = true }
time = { workspace = true, features = ["local-offset"] } time = { workspace = true, features = ["local-offset"] }
unindent = "0.2" unindent = "0.2"