Skip to content

Commit 3fded2a

Browse files
committed
deny.toml: update comments
1 parent 2b31be0 commit 3fded2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ highlight = "all"
5656
skip = [
5757
# windows
5858
{ name = "windows-core", version = "0.52.0" },
59-
# various crates
59+
# dns-lookup
6060
{ name = "windows-sys", version = "0.48.0" },
6161
# mio, nu-ansi-term, socket2
6262
{ name = "windows-sys", version = "0.52.0" },
@@ -78,7 +78,7 @@ skip = [
7878
{ name = "windows_x86_64_msvc", version = "0.48.0" },
7979
# kqueue-sys, onig
8080
{ name = "bitflags", version = "1.3.2" },
81-
# ansi-width, console, os_display
81+
# ansi-width
8282
{ name = "unicode-width", version = "0.1.13" },
8383
# filedescriptor, utmp-classic
8484
{ name = "thiserror", version = "1.0.69" },

0 commit comments

Comments
 (0)