1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

deny.toml: add constant_time_eq to skip list

This commit is contained in:
Daniel Hofstetter 2023-09-05 10:49:32 +02:00
parent 442e468efc
commit dd584b6332

View file

@ -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