Skip to content

Commit 7b3b329

Browse files
committed
deny.toml: add windows-sys & windows-link entries
1 parent aa8a975 commit 7b3b329

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

deny.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,14 @@ highlight = "all"
5454
# introduces it.
5555
# spell-checker: disable
5656
skip = [
57-
# mio, nu-ansi-term, socket2
57+
# nu-ansi-term
5858
{ name = "windows-sys", version = "0.52.0" },
59-
# anstyle-query
59+
# various crates
6060
{ name = "windows-sys", version = "0.59.0" },
61+
# various crates
62+
{ name = "windows-sys", version = "0.60.2" },
63+
# various crates
64+
{ name = "windows-link", version = "0.1.3" },
6165
# parking_lot_core
6266
{ name = "windows-targets", version = "0.52.6" },
6367
# windows-targets

0 commit comments

Comments
 (0)