Skip to content

Commit 8d2cc85

Browse files
committed
bump blake2b_simd to version 1
1 parent cf8ace8 commit 8d2cc85

File tree

2 files changed

+55
-92
lines changed

2 files changed

+55
-92
lines changed

Cargo.lock

Lines changed: 54 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uu/hashsum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ regex-syntax = "0.6.7"
2626
sha1 = "0.6.0"
2727
sha2 = "0.6.0"
2828
sha3 = "0.6.0"
29-
blake2b_simd = "0.5.11"
29+
blake2b_simd = "1"
3030
uucore = { version=">=0.0.10", package="uucore", path="../../uucore" }
3131
uucore_procs = { version=">=0.0.7", package="uucore_procs", path="../../uucore_procs" }
3232

0 commit comments

Comments
 (0)