mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
deny: modify duplicate packages
This commit is contained in:
parent
7ca3f0b338
commit
fd42953984
1 changed files with 4 additions and 14 deletions
18
deny.toml
18
deny.toml
|
@ -65,22 +65,12 @@ 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" },
|
||||
# fts-sys. See:
|
||||
# https://github.com/uutils/coreutils/pull/4168#issuecomment-1321164839
|
||||
{ name = "bindgen", version = "=0.60.1" },
|
||||
# windows-sys (via terminal_size, crossterm -> parking_lot, notify -> filetime)
|
||||
{ name = "windows-sys", version = "=0.36.1" },
|
||||
{ name = "windows_aarch64_msvc", version = "=0.36.1" },
|
||||
{ name = "windows_i686_gnu", version = "=0.36.1" },
|
||||
{ name = "windows_i686_msvc", version = "=0.36.1" },
|
||||
{ name = "windows_x86_64_gnu", version = "=0.36.1" },
|
||||
{ name = "windows_x86_64_msvc", version = "=0.36.1" },
|
||||
# console (via indicatif)
|
||||
{ name = "terminal_size", version = "=0.1.17" },
|
||||
# nix
|
||||
{ name = "memoffset", version = "=0.6.5"},
|
||||
# blake2b_simd
|
||||
{ name = "constant_time_eq", version = "=0.1.5"},
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue