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

update blake2_simd to 1.0.1

This fixes the duplicate constant-time-eq dependency.
This commit is contained in:
Terts Diepraam 2023-02-10 09:56:24 +01:00
parent 41883301d1
commit 152be8527d
3 changed files with 5 additions and 15 deletions

View file

@ -59,12 +59,8 @@ highlight = "all"
# introduces it.
# spell-checker: disable
skip = [
# blake2d_simd
{ name = "arrayvec", version = "=0.7.2" },
# tempfile
{ name = "remove_dir_all", version = "=0.5.3" },
# blake2b_simd
{ name = "constant_time_eq", version = "=0.1.5"},
]
# spell-checker: enable