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

deny.toml: add rustix & linux-raw-sys to skip list

This commit is contained in:
Daniel Hofstetter 2025-03-07 16:44:17 +01:00
parent b51f744793
commit 2c0f97fc3b

View file

@ -74,7 +74,7 @@ skip = [
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.48.0" },
# kqueue-sys, onig, rustix
# kqueue-sys, onig
{ name = "bitflags", version = "1.3.2" },
# ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" },
@ -86,7 +86,7 @@ skip = [
{ name = "itertools", version = "0.13.0" },
# indexmap
{ name = "hashbrown", version = "0.14.5" },
# parse_datetime, cexpr (via bindgen)
# cexpr (via bindgen)
{ name = "nom", version = "7.1.3" },
# const-random-macro, rand_core
{ name = "getrandom", version = "0.2.15" },
@ -104,6 +104,10 @@ skip = [
{ name = "bindgen", version = "0.70.1" },
# bindgen
{ name = "rustc-hash", version = "1.1.0" },
# crossterm, procfs, terminal_size
{ name = "rustix", version = "0.38.43" },
# rustix
{ name = "linux-raw-sys", version = "0.4.15" },
]
# spell-checker: enable