Skip to content

Commit

Permalink
Merge pull request #7118 from cakebaker/deny_toml_remove_entries
Browse files Browse the repository at this point in the history
deny.toml: remove entries from skip list
  • Loading branch information
sylvestre authored Jan 11, 2025
2 parents c4a6742 + 7781f25 commit b9c535e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,13 @@ skip = [
{ name = "linux-raw-sys", version = "0.3.8" },
# terminal_size
{ name = "rustix", version = "0.37.26" },
# notify
{ name = "windows-sys", version = "0.45.0" },
# various crates
{ name = "windows-sys", version = "0.48.0" },
# various crates
{ name = "windows-sys", version = "0.52.0" },
# windows-sys
{ name = "windows-targets", version = "0.42.2" },
# windows-sys
{ name = "windows-targets", version = "0.48.0" },
# windows-targets
{ name = "windows_aarch64_gnullvm", version = "0.42.2" },
# windows-targets
{ name = "windows_aarch64_msvc", version = "0.42.2" },
# windows-targets
{ name = "windows_i686_gnu", version = "0.42.2" },
# windows-targets
{ name = "windows_i686_msvc", version = "0.42.2" },
# windows-targets
{ name = "windows_x86_64_gnu", version = "0.42.2" },
# windows-targets
{ name = "windows_x86_64_gnullvm", version = "0.42.2" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.42.2" },
# windows-targets
{ name = "windows_aarch64_gnullvm", version = "0.48.0" },
# windows-targets
{ name = "windows_aarch64_msvc", version = "0.48.0" },
Expand All @@ -103,8 +85,6 @@ skip = [
{ name = "terminal_size", version = "0.2.6" },
# ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" },
# notify
{ name = "mio", version = "0.8.11" },
# various crates
{ name = "thiserror", version = "1.0.69" },
# thiserror
Expand Down

0 comments on commit b9c535e

Please sign in to comment.