mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
deny.toml: add constant_time_eq to skip list
This commit is contained in:
parent
442e468efc
commit
dd584b6332
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ skip = [
|
|||
{ name = "syn", version = "1.0.109" },
|
||||
# various crates
|
||||
{ name = "bitflags", version = "1.3.2" },
|
||||
# blake2b_simd
|
||||
{ name = "constant_time_eq", version = "0.2.6" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue