mirror of
https://github.com/uutils/tar.git
synced 2026-06-10 16:14:35 -07:00
fix(deps): update rust crate uufuzz to 0.8.0 (#161)
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
4ad5dd1a80
commit
c54ceb6752
Generated
+10
-57
@@ -581,18 +581,6 @@ dependencies = [
|
||||
"simd-adler32",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.30.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if",
|
||||
"cfg_aliases",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.31.2"
|
||||
@@ -890,12 +878,6 @@ version = "0.3.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
||||
|
||||
[[package]]
|
||||
name = "similar"
|
||||
version = "2.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
|
||||
|
||||
[[package]]
|
||||
name = "similar"
|
||||
version = "3.0.0"
|
||||
@@ -1057,9 +1039,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8038531f506a34ab4612b93f97d5f40759768cd34a83fd2af041b84fcbde474"
|
||||
checksum = "07d779636d827cde4100f0e65ff3fd23b0b1f1195055475c6e6813d425f30c8e"
|
||||
dependencies = [
|
||||
"bigdecimal",
|
||||
"clap",
|
||||
@@ -1067,31 +1049,12 @@ dependencies = [
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"glob",
|
||||
"nix 0.30.1",
|
||||
"libc",
|
||||
"nix",
|
||||
"num-traits",
|
||||
"os_display",
|
||||
"procfs",
|
||||
"rustc-hash",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"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",
|
||||
@@ -1110,7 +1073,7 @@ dependencies = [
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"libc",
|
||||
"nix 0.31.2",
|
||||
"nix",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"rustix",
|
||||
@@ -1130,23 +1093,13 @@ dependencies = [
|
||||
"libc",
|
||||
"libfuzzer-sys",
|
||||
"rand 0.10.0",
|
||||
"similar 3.0.0",
|
||||
"similar",
|
||||
"tempfile",
|
||||
"uu_tar",
|
||||
"uucore 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uufuzz",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore_procs"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0f63e2d5083ff0983193a33e2d57fd271c7e3e3e7df8e46e8f471865647b2cbc"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore_procs"
|
||||
version = "0.8.0"
|
||||
@@ -1168,16 +1121,16 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "uufuzz"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b09a3e0cf0bf733dd38d0146c2b0704ac1560e3b5588b9b42e0557e0809e131b"
|
||||
checksum = "bbf7c8250f1a7dc45d6d09b309a28d24e6130a1e97caa08652406f80d4c2a5c9"
|
||||
dependencies = [
|
||||
"console",
|
||||
"libc",
|
||||
"rand 0.9.2",
|
||||
"similar 2.7.0",
|
||||
"similar",
|
||||
"tempfile",
|
||||
"uucore 0.7.0",
|
||||
"uucore 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ tempfile = "3.15.0"
|
||||
rand = { version = "0.10.0" }
|
||||
similar = "3.0.0"
|
||||
uucore = { version = "0.8.0", features = ["libc"] }
|
||||
uufuzz = "0.7.0"
|
||||
uufuzz = "0.8.0"
|
||||
|
||||
uu_tar = { path = "../src/uu/tar/" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user