Merge pull request from uutils/renovate/uucore-0.x

chore(deps): update rust crate uucore to 0.0.28
This commit is contained in:
Daniel Hofstetter 2024-11-17 13:20:06 +01:00 committed by GitHub
commit 481c957d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 6 deletions

28
Cargo.lock generated

@ -96,6 +96,12 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "clap"
version = "4.5.21"
@ -325,7 +331,19 @@ checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
"bitflags 2.6.0",
"cfg-if",
"cfg_aliases",
"cfg_aliases 0.1.1",
"libc",
]
[[package]]
name = "nix"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
"bitflags 2.6.0",
"cfg-if",
"cfg_aliases 0.2.1",
"libc",
]
@ -869,7 +887,7 @@ dependencies = [
"clap_mangen",
"dns-lookup",
"libc",
"nix",
"nix 0.28.0",
"phf",
"phf_codegen",
"pretty_assertions",
@ -955,15 +973,15 @@ dependencies = [
[[package]]
name = "uucore"
version = "0.0.27"
version = "0.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b54aad02cf7e96f5fafabb6b836efa73eef934783b17530095a29ffd4fdc154"
checksum = "04ea43050c46912575654c5181f4135529e8d4003fca80803af10cdef3ca6412"
dependencies = [
"clap",
"dns-lookup",
"glob",
"libc",
"nix",
"nix 0.29.0",
"number_prefix",
"once_cell",
"os_display",

@ -36,7 +36,7 @@ feat_common_core = [
]
[workspace.dependencies]
uucore = "0.0.27"
uucore = "0.0.28"
clap = { version = "4.4", features = ["wrap_help", "cargo"] }
clap_complete = "4.4"
clap_mangen = "0.2"