Skip to content

Commit ade95d6

Browse files
authored
deny.toml: remove constant_time_eq from skip list (#10176)
1 parent 91edf28 commit ade95d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ skip = [
109109
{ name = "linux-raw-sys", version = "0.11.0" },
110110
# crossterm
111111
{ name = "signal-hook", version = "0.3.18" },
112-
# blake2b_simd
113-
{ name = "constant_time_eq", version = "0.3.1" },
114112
]
115113
# spell-checker: enable
116114

0 commit comments

Comments
 (0)