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:
Sylvestre Ledru 2023-09-11 08:16:30 +02:00 committed by GitHub
commit 41d284494a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" },
]