mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
build(deps): bump uutests from 0.8.0 to 0.9.0
Bumps [uutests](https://github.com/uutils/coreutils) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/uutils/coreutils/releases) - [Commits](https://github.com/uutils/coreutils/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: uutests dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Daniel Hofstetter
parent
fe9e872710
commit
032d1c1fc0
Generated
+41
-42
@@ -217,16 +217,6 @@ dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ctor"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98"
|
||||
dependencies = [
|
||||
"ctor-proc-macro",
|
||||
"dtor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ctor"
|
||||
version = "1.0.6"
|
||||
@@ -237,12 +227,6 @@ dependencies = [
|
||||
"linktime-proc-macro",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ctor-proc-macro"
|
||||
version = "0.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
|
||||
|
||||
[[package]]
|
||||
name = "deranged"
|
||||
version = "0.5.8"
|
||||
@@ -281,21 +265,6 @@ dependencies = [
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dtor"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1057d6c64987086ff8ed0fd3fbf377a6b7d205cc7715868cd401705f715cbe4"
|
||||
dependencies = [
|
||||
"dtor-proc-macro",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dtor-proc-macro"
|
||||
version = "0.0.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
|
||||
|
||||
[[package]]
|
||||
name = "dunce"
|
||||
version = "1.0.5"
|
||||
@@ -358,14 +327,14 @@ dependencies = [
|
||||
"argmax",
|
||||
"chrono",
|
||||
"clap",
|
||||
"ctor 1.0.6",
|
||||
"ctor",
|
||||
"faccess",
|
||||
"filetime",
|
||||
"nix 0.31.3",
|
||||
"onig",
|
||||
"regex",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"uucore 0.8.0",
|
||||
"uutests",
|
||||
"walkdir",
|
||||
]
|
||||
@@ -1119,11 +1088,33 @@ checksum = "07d779636d827cde4100f0e65ff3fd23b0b1f1195055475c6e6813d425f30c8e"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"clap",
|
||||
"dns-lookup",
|
||||
"dunce",
|
||||
"fluent",
|
||||
"fluent-bundle",
|
||||
"fluent-syntax",
|
||||
"libc",
|
||||
"nix 0.31.3",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"rustix",
|
||||
"thiserror",
|
||||
"unic-langid",
|
||||
"uucore_procs 0.8.0",
|
||||
"wild",
|
||||
"winapi-util",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uucore"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "069b34217c27f611e1589f540f58118dbf226a9e407d38ab472052ff075a1dc2"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"dns-lookup",
|
||||
"fluent",
|
||||
"fluent-syntax",
|
||||
"jiff",
|
||||
"libc",
|
||||
"nix 0.31.3",
|
||||
@@ -1133,10 +1124,8 @@ dependencies = [
|
||||
"thiserror",
|
||||
"time",
|
||||
"unic-langid",
|
||||
"uucore_procs",
|
||||
"uucore_procs 0.9.0",
|
||||
"wild",
|
||||
"winapi-util",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1150,12 +1139,22 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uutests"
|
||||
version = "0.8.0"
|
||||
name = "uucore_procs"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d93dba8eceb0bebb686b07571b214e94be8cc739c929d0ea773c83c06d46df5"
|
||||
checksum = "34337da211e7abfff7189b794afb3b5018fe356fb36474b73645458fc1201350"
|
||||
dependencies = [
|
||||
"ctor 0.8.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "uutests"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "31623284a3244635c0c5c247f3c86e54c7769650db55de0fc843c72146ad7ef8"
|
||||
dependencies = [
|
||||
"ctor",
|
||||
"libc",
|
||||
"nix 0.31.3",
|
||||
"pretty_assertions",
|
||||
@@ -1163,7 +1162,7 @@ dependencies = [
|
||||
"regex",
|
||||
"rlimit",
|
||||
"tempfile",
|
||||
"uucore",
|
||||
"uucore 0.9.0",
|
||||
"xattr",
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ ctor = "1.0"
|
||||
filetime = "0.2"
|
||||
nix = { version = "0.31", features = ["fs"] }
|
||||
tempfile = "3"
|
||||
uutests = "0.8.0"
|
||||
uutests = "0.9.0"
|
||||
|
||||
[[bin]]
|
||||
name = "find"
|
||||
|
||||
Reference in New Issue
Block a user