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

chore(deps): update rust crate digest to 0.10.7

This commit is contained in:
renovate[bot] 2023-05-22 12:49:11 +00:00 committed by GitHub
parent 8d49e36e8e
commit 8ffc33429e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -341,7 +341,7 @@ sha3 = "0.10.8"
blake2b_simd = "1.0.1"
blake3 = "1.3.3"
sm3 = "0.4.2"
digest = "0.10.6"
digest = "0.10.7"
uucore = { version=">=0.0.18", package="uucore", path="src/uucore" }
uucore_procs = { version=">=0.0.18", package="uucore_procs", path="src/uucore_procs" }