mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
deny.toml: remove constant_time_eq from skip list
This commit is contained in:
parent
6b94173322
commit
8916dc4087
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ 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" },
|
||||
# various crates
|
||||
{ name = "redox_syscall", version = "0.3.5" },
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue