1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

deny.toml: remove entries from skip list

This commit is contained in:
Daniel Hofstetter 2025-01-11 08:49:47 +01:00
parent c4a6742b7f
commit 7781f25395

View file

@ -57,31 +57,13 @@ skip = [
{ name = "linux-raw-sys", version = "0.3.8" }, { name = "linux-raw-sys", version = "0.3.8" },
# terminal_size # terminal_size
{ name = "rustix", version = "0.37.26" }, { name = "rustix", version = "0.37.26" },
# notify
{ name = "windows-sys", version = "0.45.0" },
# various crates # various crates
{ name = "windows-sys", version = "0.48.0" }, { name = "windows-sys", version = "0.48.0" },
# various crates # various crates
{ name = "windows-sys", version = "0.52.0" }, { name = "windows-sys", version = "0.52.0" },
# windows-sys # windows-sys
{ name = "windows-targets", version = "0.42.2" },
# windows-sys
{ name = "windows-targets", version = "0.48.0" }, { name = "windows-targets", version = "0.48.0" },
# windows-targets # 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" }, { name = "windows_aarch64_gnullvm", version = "0.48.0" },
# windows-targets # windows-targets
{ name = "windows_aarch64_msvc", version = "0.48.0" }, { name = "windows_aarch64_msvc", version = "0.48.0" },
@ -103,8 +85,6 @@ skip = [
{ name = "terminal_size", version = "0.2.6" }, { name = "terminal_size", version = "0.2.6" },
# ansi-width, console, os_display # ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" }, { name = "unicode-width", version = "0.1.13" },
# notify
{ name = "mio", version = "0.8.11" },
# various crates # various crates
{ name = "thiserror", version = "1.0.69" }, { name = "thiserror", version = "1.0.69" },
# thiserror # thiserror