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

Merge pull request #7390 from cakebaker/deny_toml_remove_three_crates_from_skip_list

deny.toml: remove three crates from skip list
This commit is contained in:
Sylvestre Ledru 2025-03-04 07:51:25 +01:00 committed by GitHub
commit 320486e2a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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