Skip to content

Commit b9c535e

Browse files
authored
Merge pull request #7118 from cakebaker/deny_toml_remove_entries
deny.toml: remove entries from skip list
2 parents c4a6742 + 7781f25 commit b9c535e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

deny.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,31 +57,13 @@ skip = [
5757
{ name = "linux-raw-sys", version = "0.3.8" },
5858
# terminal_size
5959
{ name = "rustix", version = "0.37.26" },
60-
# notify
61-
{ name = "windows-sys", version = "0.45.0" },
6260
# various crates
6361
{ name = "windows-sys", version = "0.48.0" },
6462
# various crates
6563
{ name = "windows-sys", version = "0.52.0" },
6664
# windows-sys
67-
{ name = "windows-targets", version = "0.42.2" },
68-
# windows-sys
6965
{ name = "windows-targets", version = "0.48.0" },
7066
# windows-targets
71-
{ name = "windows_aarch64_gnullvm", version = "0.42.2" },
72-
# windows-targets
73-
{ name = "windows_aarch64_msvc", version = "0.42.2" },
74-
# windows-targets
75-
{ name = "windows_i686_gnu", version = "0.42.2" },
76-
# windows-targets
77-
{ name = "windows_i686_msvc", version = "0.42.2" },
78-
# windows-targets
79-
{ name = "windows_x86_64_gnu", version = "0.42.2" },
80-
# windows-targets
81-
{ name = "windows_x86_64_gnullvm", version = "0.42.2" },
82-
# windows-targets
83-
{ name = "windows_x86_64_msvc", version = "0.42.2" },
84-
# windows-targets
8567
{ name = "windows_aarch64_gnullvm", version = "0.48.0" },
8668
# windows-targets
8769
{ name = "windows_aarch64_msvc", version = "0.48.0" },
@@ -103,8 +85,6 @@ skip = [
10385
{ name = "terminal_size", version = "0.2.6" },
10486
# ansi-width, console, os_display
10587
{ name = "unicode-width", version = "0.1.13" },
106-
# notify
107-
{ name = "mio", version = "0.8.11" },
10888
# various crates
10989
{ name = "thiserror", version = "1.0.69" },
11090
# thiserror

0 commit comments

Comments
 (0)