Skip to content

Commit 6257cf1

Browse files
committed
deny.toml: add mio to skip list
1 parent 76477f2 commit 6257cf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ skip = [
104104
{ name = "terminal_size", version = "0.2.6" },
105105
# ansi-width, console, os_display
106106
{ name = "unicode-width", version = "0.1.13" },
107+
# notify
108+
{ name = "mio", version = "0.8.11" },
107109
]
108110
# spell-checker: enable
109111

0 commit comments

Comments
 (0)