mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #8472 from uutils/renovate/thiserror-2.x-lockfile
chore(deps): update rust crate thiserror to v2.0.14
This commit is contained in:
Generated
+47
-47
@@ -1054,7 +1054,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198"
|
checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2442,7 +2442,7 @@ dependencies = [
|
|||||||
"once_cell",
|
"once_cell",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"selinux-sys",
|
"selinux-sys",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2710,11 +2710,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "2.0.12"
|
version = "2.0.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl 2.0.12",
|
"thiserror-impl 2.0.14",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2730,9 +2730,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "2.0.12"
|
version = "2.0.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -2998,7 +2998,7 @@ dependencies = [
|
|||||||
"memchr",
|
"memchr",
|
||||||
"nix",
|
"nix",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
"winapi-util",
|
"winapi-util",
|
||||||
"windows-sys 0.60.2",
|
"windows-sys 0.60.2",
|
||||||
@@ -3013,7 +3013,7 @@ dependencies = [
|
|||||||
"fts-sys",
|
"fts-sys",
|
||||||
"libc",
|
"libc",
|
||||||
"selinux",
|
"selinux",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3032,7 +3032,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3051,7 +3051,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3086,7 +3086,7 @@ dependencies = [
|
|||||||
"libc",
|
"libc",
|
||||||
"linux-raw-sys 0.10.0",
|
"linux-raw-sys 0.10.0",
|
||||||
"selinux",
|
"selinux",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
"xattr",
|
"xattr",
|
||||||
@@ -3099,7 +3099,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"regex",
|
"regex",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3138,7 +3138,7 @@ dependencies = [
|
|||||||
"libc",
|
"libc",
|
||||||
"nix",
|
"nix",
|
||||||
"signal-hook",
|
"signal-hook",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3149,7 +3149,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"unicode-width 0.2.1",
|
"unicode-width 0.2.1",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
@@ -3188,7 +3188,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"glob",
|
"glob",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.60.2",
|
"windows-sys 0.60.2",
|
||||||
]
|
]
|
||||||
@@ -3210,7 +3210,7 @@ dependencies = [
|
|||||||
"fluent",
|
"fluent",
|
||||||
"nix",
|
"nix",
|
||||||
"rust-ini",
|
"rust-ini",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3220,7 +3220,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"unicode-width 0.2.1",
|
"unicode-width 0.2.1",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
@@ -3234,7 +3234,7 @@ dependencies = [
|
|||||||
"num-bigint",
|
"num-bigint",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"onig",
|
"onig",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3276,7 +3276,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"unicode-width 0.2.1",
|
"unicode-width 0.2.1",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
@@ -3296,7 +3296,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3316,7 +3316,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"memchr",
|
"memchr",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3360,7 +3360,7 @@ dependencies = [
|
|||||||
"file_diff",
|
"file_diff",
|
||||||
"filetime",
|
"filetime",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3371,7 +3371,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"memchr",
|
"memchr",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3400,7 +3400,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3426,7 +3426,7 @@ dependencies = [
|
|||||||
"lscolors",
|
"lscolors",
|
||||||
"selinux",
|
"selinux",
|
||||||
"terminal_size",
|
"terminal_size",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
"uutils_term_grid",
|
"uutils_term_grid",
|
||||||
]
|
]
|
||||||
@@ -3468,7 +3468,7 @@ dependencies = [
|
|||||||
"fluent",
|
"fluent",
|
||||||
"rand 0.9.2",
|
"rand 0.9.2",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3493,7 +3493,7 @@ dependencies = [
|
|||||||
"fs_extra",
|
"fs_extra",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
"libc",
|
"libc",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.60.2",
|
"windows-sys 0.60.2",
|
||||||
]
|
]
|
||||||
@@ -3526,7 +3526,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"libc",
|
"libc",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3546,7 +3546,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3597,7 +3597,7 @@ dependencies = [
|
|||||||
"fluent",
|
"fluent",
|
||||||
"itertools 0.14.0",
|
"itertools 0.14.0",
|
||||||
"regex",
|
"regex",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3626,7 +3626,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"regex",
|
"regex",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3664,7 +3664,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"libc",
|
"libc",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.60.2",
|
"windows-sys 0.60.2",
|
||||||
]
|
]
|
||||||
@@ -3687,7 +3687,7 @@ dependencies = [
|
|||||||
"fluent",
|
"fluent",
|
||||||
"libc",
|
"libc",
|
||||||
"selinux",
|
"selinux",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3700,7 +3700,7 @@ dependencies = [
|
|||||||
"fluent",
|
"fluent",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3753,7 +3753,7 @@ dependencies = [
|
|||||||
"rayon",
|
"rayon",
|
||||||
"self_cell",
|
"self_cell",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"unicode-width 0.2.1",
|
"unicode-width 0.2.1",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
@@ -3765,7 +3765,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"memchr",
|
"memchr",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3775,7 +3775,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3786,7 +3786,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uu_stdbuf_libstdbuf",
|
"uu_stdbuf_libstdbuf",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
@@ -3838,7 +3838,7 @@ dependencies = [
|
|||||||
"memchr",
|
"memchr",
|
||||||
"memmap2",
|
"memmap2",
|
||||||
"regex",
|
"regex",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3875,7 +3875,7 @@ dependencies = [
|
|||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"libc",
|
"libc",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3899,7 +3899,7 @@ dependencies = [
|
|||||||
"filetime",
|
"filetime",
|
||||||
"fluent",
|
"fluent",
|
||||||
"parse_datetime",
|
"parse_datetime",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
"windows-sys 0.60.2",
|
"windows-sys 0.60.2",
|
||||||
]
|
]
|
||||||
@@ -3938,7 +3938,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3968,7 +3968,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"unicode-width 0.2.1",
|
"unicode-width 0.2.1",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
@@ -3998,7 +3998,7 @@ dependencies = [
|
|||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
"fluent",
|
"fluent",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"utmp-classic",
|
"utmp-classic",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
@@ -4031,7 +4031,7 @@ dependencies = [
|
|||||||
"fluent",
|
"fluent",
|
||||||
"libc",
|
"libc",
|
||||||
"nix",
|
"nix",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"unicode-width 0.2.1",
|
"unicode-width 0.2.1",
|
||||||
"uucore",
|
"uucore",
|
||||||
]
|
]
|
||||||
@@ -4106,7 +4106,7 @@ dependencies = [
|
|||||||
"sha3",
|
"sha3",
|
||||||
"sm3",
|
"sm3",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"thiserror 2.0.12",
|
"thiserror 2.0.14",
|
||||||
"time",
|
"time",
|
||||||
"unic-langid",
|
"unic-langid",
|
||||||
"utmp-classic",
|
"utmp-classic",
|
||||||
|
|||||||
Reference in New Issue
Block a user