1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

deny.toml: remove three crates from skip list

linux-raw-sys, rustix, and terminal_size
This commit is contained in:
Daniel Hofstetter 2025-03-04 07:18:21 +01:00
parent 1c1fae2ea3
commit 4b618dc7bb

View file

@ -54,10 +54,6 @@ highlight = "all"
# introduces it.
# spell-checker: disable
skip = [
# rustix
{ name = "linux-raw-sys", version = "0.3.8" },
# terminal_size
{ name = "rustix", version = "0.37.26" },
# various crates
{ name = "windows-sys", version = "0.48.0" },
# mio, nu-ansi-term, socket2
@ -80,8 +76,6 @@ skip = [
{ name = "windows_x86_64_msvc", version = "0.48.0" },
# kqueue-sys, onig, rustix
{ name = "bitflags", version = "1.3.2" },
# textwrap
{ name = "terminal_size", version = "0.2.6" },
# ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" },
# filedescriptor, utmp-classic