mirror of
https://github.com/uutils/tar.git
synced 2026-06-10 16:14:35 -07:00
fix(deps): update rust crate uucore to 0.8.0 (#160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
b760338e9d
commit
4ad5dd1a80
Generated
+97
-6
@@ -255,6 +255,12 @@ dependencies = [
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dunce"
|
||||
version = "1.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
||||
|
||||
[[package]]
|
||||
name = "encode_unicode"
|
||||
version = "1.0.0"
|
||||
@@ -587,6 +593,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-bigint"
|
||||
version = "0.4.6"
|
||||
@@ -1029,10 +1047,12 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
||||
name = "uu_tar"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
"regex",
|
||||
"tar",
|
||||
"uucore",
|
||||
"thiserror",
|
||||
"uucore 0.8.0 (git+https://github.com/uutils/coreutils)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1047,18 +1067,61 @@ dependencies = [
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"glob",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.30.1",
|
||||
"num-traits",
|
||||
"os_display",
|
||||
"procfs",
|
||||
"rustc-hash",
|
||||
"thiserror",
|
||||
"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 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wild",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/uutils/coreutils#acea8040cdd84449a2a5ad84c51d5654fd3d1abd"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"dunce",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"libc",
|
||||
"nix 0.31.2",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"rustix",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.8.0 (git+https://github.com/uutils/coreutils)",
|
||||
"wild",
|
||||
"winapi-util",
|
||||
"windows-sys 0.61.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore-fuzz"
|
||||
version = "0.0.0"
|
||||
@@ -1070,7 +1133,7 @@ dependencies = [
|
||||
"similar 3.0.0",
|
||||
"tempfile",
|
||||
"uu_tar",
|
||||
"uucore",
|
||||
"uucore 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uufuzz",
|
||||
]
|
||||
|
||||
@@ -1084,6 +1147,25 @@ 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 = "uucore_procs"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/uutils/coreutils#acea8040cdd84449a2a5ad84c51d5654fd3d1abd"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uufuzz"
|
||||
version = "0.7.0"
|
||||
@@ -1095,7 +1177,7 @@ dependencies = [
|
||||
"rand 0.9.2",
|
||||
"similar 2.7.0",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"uucore 0.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1227,6 +1309,15 @@ dependencies = [
|
||||
"glob",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winapi-util"
|
||||
version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||
dependencies = [
|
||||
"windows-sys 0.61.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-core"
|
||||
version = "0.62.0"
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ libc = "0.2.153"
|
||||
tempfile = "3.15.0"
|
||||
rand = { version = "0.10.0" }
|
||||
similar = "3.0.0"
|
||||
uucore = { version = "0.7.0", features = ["libc"] }
|
||||
uucore = { version = "0.8.0", features = ["libc"] }
|
||||
uufuzz = "0.7.0"
|
||||
|
||||
uu_tar = { path = "../src/uu/tar/" }
|
||||
|
||||
Reference in New Issue
Block a user