mirror of
https://github.com/uutils/acl.git
synced 2026-06-10 16:13:30 -07:00
chore(deps): update rust crate uucore to 0.8.0
This commit is contained in:
committed by
Daniel Hofstetter
parent
0a1ca1c626
commit
5fbfc84d4e
Generated
+51
-8
@@ -22,7 +22,7 @@ dependencies = [
|
||||
"uu_chacl",
|
||||
"uu_getfacl",
|
||||
"uu_setfacl",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
"uutests",
|
||||
"uzers",
|
||||
"xattr",
|
||||
@@ -439,6 +439,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"
|
||||
@@ -920,7 +932,7 @@ name = "uu_chacl"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -928,7 +940,7 @@ name = "uu_getfacl"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
"uzers",
|
||||
"xattr",
|
||||
]
|
||||
@@ -938,7 +950,7 @@ name = "uu_setfacl"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -954,13 +966,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",
|
||||
]
|
||||
|
||||
@@ -974,6 +1007,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"
|
||||
@@ -982,13 +1025,13 @@ checksum = "25b8a1598ddd20230a5df59d642e2e5741b0b90038bde8684c984515f947fda5"
|
||||
dependencies = [
|
||||
"ctor 0.6.3",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.30.1",
|
||||
"pretty_assertions",
|
||||
"rand",
|
||||
"regex",
|
||||
"rlimit",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"uucore 0.7.0",
|
||||
"xattr",
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ regex = "1.10.4"
|
||||
tempfile = "3.10.1"
|
||||
textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
||||
utmpx = "0.2"
|
||||
uucore = "0.7.0"
|
||||
uucore = "0.8.0"
|
||||
uutests = "0.7.0"
|
||||
uzers = "0.12"
|
||||
xattr = "1.3.1"
|
||||
|
||||
Reference in New Issue
Block a user