mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #5267 from cakebaker/deny_toml_remove_constant_time_eq_from_skip_list
deny.toml: remove constant_time_eq from skip list
This commit is contained in:
commit
41d284494a
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…
Add table
Add a link
Reference in a new issue