mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
deny.toml: remove entries from skip list
This commit is contained in:
parent
c4a6742b7f
commit
7781f25395
1 changed files with 0 additions and 20 deletions
20
deny.toml
20
deny.toml
|
@ -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" },
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue