We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8a975 commit 7b3b329Copy full SHA for 7b3b329
deny.toml
@@ -54,10 +54,14 @@ highlight = "all"
54
# introduces it.
55
# spell-checker: disable
56
skip = [
57
- # mio, nu-ansi-term, socket2
+ # nu-ansi-term
58
{ name = "windows-sys", version = "0.52.0" },
59
- # anstyle-query
+ # various crates
60
{ name = "windows-sys", version = "0.59.0" },
61
62
+ { name = "windows-sys", version = "0.60.2" },
63
64
+ { name = "windows-link", version = "0.1.3" },
65
# parking_lot_core
66
{ name = "windows-targets", version = "0.52.6" },
67
# windows-targets
0 commit comments