mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
Merge pull request #4174 from niyaznigmatullin/cargo_update
deps: bump `textwrap` to `0.16` and `cargo +1.60.0 update`
This commit is contained in:
commit
aa0c00aeb2
3 changed files with 220 additions and 332 deletions
532
Cargo.lock
generated
532
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -266,7 +266,7 @@ clap_complete = "4.0"
|
||||||
once_cell = "1.13.1"
|
once_cell = "1.13.1"
|
||||||
phf = "0.11.1"
|
phf = "0.11.1"
|
||||||
selinux = { version="0.3", optional = true }
|
selinux = { version="0.3", optional = true }
|
||||||
textwrap = { version="0.15", features=["terminal_size"] }
|
textwrap = { version="0.16.0", features=["terminal_size"] }
|
||||||
uucore = { version=">=0.0.16", package="uucore", path="src/uucore" }
|
uucore = { version=">=0.0.16", package="uucore", path="src/uucore" }
|
||||||
zip = { version = "0.6.3", optional=true, default_features=false, features=["deflate"] }
|
zip = { version = "0.6.3", optional=true, default_features=false, features=["deflate"] }
|
||||||
# * uutils
|
# * uutils
|
||||||
|
|
18
deny.toml
18
deny.toml
|
@ -65,22 +65,12 @@ skip = [
|
||||||
{ name = "env_logger", version = "=0.8.4" },
|
{ name = "env_logger", version = "=0.8.4" },
|
||||||
# tempfile
|
# tempfile
|
||||||
{ name = "remove_dir_all", version = "=0.5.3" },
|
{ 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)
|
# console (via indicatif)
|
||||||
{ name = "terminal_size", version = "=0.1.17" },
|
{ 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
|
# spell-checker: enable
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue