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.7.0
This commit is contained in:
committed by
Daniel Hofstetter
parent
e60a81f13a
commit
bf6ad9e94a
Generated
+38
-9
@@ -910,7 +910,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"getrandom 0.3.3",
|
||||
"getrandom 0.4.1",
|
||||
"once_cell",
|
||||
"rustix",
|
||||
"windows-sys 0.61.0",
|
||||
@@ -1014,7 +1014,7 @@ dependencies = [
|
||||
"clap",
|
||||
"regex",
|
||||
"tar",
|
||||
"uucore",
|
||||
"uucore 0.6.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1022,6 +1022,25 @@ name = "uucore"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b157ba598d7f7ed06f6dbc62999edb9d730b4d3fb58e503d8ad6d5fbe1e04391"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"libc",
|
||||
"nix",
|
||||
"os_display",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.6.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8038531f506a34ab4612b93f97d5f40759768cd34a83fd2af041b84fcbde474"
|
||||
dependencies = [
|
||||
"bigdecimal",
|
||||
"clap",
|
||||
@@ -1029,14 +1048,14 @@ dependencies = [
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"glob",
|
||||
"libc",
|
||||
"nix",
|
||||
"num-traits",
|
||||
"os_display",
|
||||
"procfs",
|
||||
"rustc-hash",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs",
|
||||
"uucore_procs 0.7.0",
|
||||
"wild",
|
||||
]
|
||||
|
||||
@@ -1051,7 +1070,7 @@ dependencies = [
|
||||
"similar",
|
||||
"tempfile",
|
||||
"uu_tar",
|
||||
"uucore",
|
||||
"uucore 0.6.0",
|
||||
"uufuzz",
|
||||
]
|
||||
|
||||
@@ -1066,17 +1085,27 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uufuzz"
|
||||
version = "0.6.0"
|
||||
name = "uucore_procs"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "760e6291fb518e265cce92760f66c2db6653d670e67b214d160de8eb0034a50e"
|
||||
checksum = "0f63e2d5083ff0983193a33e2d57fd271c7e3e3e7df8e46e8f471865647b2cbc"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uufuzz"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b09a3e0cf0bf733dd38d0146c2b0704ac1560e3b5588b9b42e0557e0809e131b"
|
||||
dependencies = [
|
||||
"console",
|
||||
"libc",
|
||||
"rand 0.9.2",
|
||||
"similar",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"uucore 0.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ tempfile = "3.15.0"
|
||||
rand = { version = "0.10.0" }
|
||||
similar = "2.5.0"
|
||||
uucore = { version = "0.6.0", features = ["libc"] }
|
||||
uufuzz = "0.6.0"
|
||||
uufuzz = "0.7.0"
|
||||
|
||||
uu_tar = { path = "../src/uu/tar/" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user