mirror of
https://github.com/uutils/hostname.git
synced 2026-06-10 16:13:44 -07:00
chore(deps): update rust crate uucore to 0.8.0
This commit is contained in:
committed by
Daniel Hofstetter
parent
b9ff421235
commit
0c7b22e5ff
Generated
+49
-6
@@ -397,7 +397,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"textwrap",
|
||||
"uu_hostname",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
"uutests",
|
||||
"xattr",
|
||||
]
|
||||
@@ -534,6 +534,18 @@ dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.31.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if",
|
||||
"cfg_aliases",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num-conv"
|
||||
version = "0.2.0"
|
||||
@@ -1074,7 +1086,7 @@ dependencies = [
|
||||
"clap",
|
||||
"errno",
|
||||
"libc",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
@@ -1091,13 +1103,34 @@ dependencies = [
|
||||
"fluent-syntax",
|
||||
"jiff",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.30.1",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"thiserror",
|
||||
"time",
|
||||
"unic-langid",
|
||||
"uucore_procs",
|
||||
"uucore_procs 0.7.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07d779636d827cde4100f0e65ff3fd23b0b1f1195055475c6e6813d425f30c8e"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"libc",
|
||||
"nix 0.31.2",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"rustix",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.8.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
@@ -1111,6 +1144,16 @@ dependencies = [
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore_procs"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da865e8a648b260dbd89fca76d0801995877ab27a4e259b6dec30ba9743b86ab"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uutests"
|
||||
version = "0.7.0"
|
||||
@@ -1119,13 +1162,13 @@ checksum = "25b8a1598ddd20230a5df59d642e2e5741b0b90038bde8684c984515f947fda5"
|
||||
dependencies = [
|
||||
"ctor 0.6.3",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.30.1",
|
||||
"pretty_assertions",
|
||||
"rand 0.9.2",
|
||||
"regex",
|
||||
"rlimit",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"uucore 0.7.0",
|
||||
"xattr",
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ feat_common_core = [
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
uucore = "0.7.0"
|
||||
uucore = "0.8.0"
|
||||
uutests = "0.7.0"
|
||||
ctor = "0.8.0"
|
||||
clap = { version = "4.5.4", features = ["wrap_help", "cargo"] }
|
||||
|
||||
Reference in New Issue
Block a user