mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
deny.toml: remove three crates from skip list
linux-raw-sys, rustix, and terminal_size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user