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

Merge pull request #4622 from uutils/renovate/sha2-0.x

chore(deps): update rust crate sha2 to 0.10.6
This commit is contained in:
Sylvestre Ledru 2023-03-27 21:21:16 +02:00 committed by GitHub
commit 447388c845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,7 +334,7 @@ zip = { version = "0.6.3", default_features=false, features=["deflate"] }
hex = "0.4.3"
md-5 = "0.10.5"
sha1 = "0.10.5"
sha2 = "0.10.2"
sha2 = "0.10.6"
sha3 = "0.10.6"
blake2b_simd = "1.0.1"
blake3 = "1.3.3"