mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-08 05:54:59 +00:00
deny.toml: add bindgen & rustc-hash to skip list
This commit is contained in:
parent
b4bc228026
commit
cb3ee46ca9
1 changed files with 7 additions and 3 deletions
10
deny.toml
10
deny.toml
|
@ -60,7 +60,7 @@ skip = [
|
|||
{ name = "rustix", version = "0.37.26" },
|
||||
# various crates
|
||||
{ name = "windows-sys", version = "0.48.0" },
|
||||
# various crates
|
||||
# mio, nu-ansi-term, socket2
|
||||
{ name = "windows-sys", version = "0.52.0" },
|
||||
# windows-sys
|
||||
{ name = "windows-targets", version = "0.48.0" },
|
||||
|
@ -78,13 +78,13 @@ skip = [
|
|||
{ name = "windows_x86_64_gnullvm", version = "0.48.0" },
|
||||
# windows-targets
|
||||
{ name = "windows_x86_64_msvc", version = "0.48.0" },
|
||||
# various crates
|
||||
# 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" },
|
||||
# various crates
|
||||
# filedescriptor, utmp-classic
|
||||
{ name = "thiserror", version = "1.0.69" },
|
||||
# thiserror
|
||||
{ name = "thiserror-impl", version = "1.0.69" },
|
||||
|
@ -106,6 +106,10 @@ skip = [
|
|||
{ name = "rand_core", version = "0.6.4" },
|
||||
# ppv-lite86, utmp-classic, utmp-classic-raw
|
||||
{ name = "zerocopy", version = "0.7.35" },
|
||||
# selinux-sys
|
||||
{ name = "bindgen", version = "0.70.1" },
|
||||
# bindgen
|
||||
{ name = "rustc-hash", version = "1.1.0" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue