1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #4171 from uutils/dependabot/cargo/blake3-1.3.2

build(deps): bump blake3 from 1.3.1 to 1.3.2
This commit is contained in:
Sylvestre Ledru 2023-01-28 01:16:04 +01:00 committed by GitHub
commit a75cfd9655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ sha1 = "0.10.1"
sha2 = "0.10.2"
sha3 = "0.10.6"
blake2b_simd = "1.0.0"
blake3 = "1.3.1"
blake3 = "1.3.2"
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
[[bin]]