mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
deny: add clap to exception (v3 still used by bindgen)
This commit is contained in:
parent
23fc898f79
commit
23ef35e184
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ skip = [
|
|||
{ name = "env_logger", version = "=0.8.4" },
|
||||
# tempfile
|
||||
{ name = "remove_dir_all", version = "=0.5.3" },
|
||||
# bindgen (via selinux-sys & fts-sys)
|
||||
{ name = "clap", version = "=3.2.22" },
|
||||
# bindgen (via selinux-sys & fts-sys)
|
||||
{ name = "clap_lex", version = "=0.2.4" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue