mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
chore(deps): update rust crate thiserror to v2.0.4
This commit is contained in:
parent
8a481ccf1c
commit
316f5f6e84
1 changed files with 12 additions and 12 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
@ -2382,11 +2382,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa"
|
||||
checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490"
|
||||
dependencies = [
|
||||
"thiserror-impl 2.0.3",
|
||||
"thiserror-impl 2.0.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2402,9 +2402,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
|
||||
checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2610,7 +2610,7 @@ version = "0.0.28"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"nix",
|
||||
"thiserror 2.0.3",
|
||||
"thiserror 2.0.4",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -2622,7 +2622,7 @@ dependencies = [
|
|||
"fts-sys",
|
||||
"libc",
|
||||
"selinux",
|
||||
"thiserror 2.0.3",
|
||||
"thiserror 2.0.4",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -2699,7 +2699,7 @@ version = "0.0.28"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"regex",
|
||||
"thiserror 2.0.3",
|
||||
"thiserror 2.0.4",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -3215,7 +3215,7 @@ dependencies = [
|
|||
"clap",
|
||||
"libc",
|
||||
"selinux",
|
||||
"thiserror 2.0.3",
|
||||
"thiserror 2.0.4",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -3494,7 +3494,7 @@ version = "0.0.28"
|
|||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
"thiserror 2.0.3",
|
||||
"thiserror 2.0.4",
|
||||
"utmp-classic",
|
||||
"uucore",
|
||||
]
|
||||
|
@ -3525,7 +3525,7 @@ dependencies = [
|
|||
"clap",
|
||||
"libc",
|
||||
"nix",
|
||||
"thiserror 2.0.3",
|
||||
"thiserror 2.0.4",
|
||||
"unicode-width 0.1.13",
|
||||
"uucore",
|
||||
]
|
||||
|
@ -3586,7 +3586,7 @@ dependencies = [
|
|||
"sha3",
|
||||
"sm3",
|
||||
"tempfile",
|
||||
"thiserror 2.0.3",
|
||||
"thiserror 2.0.4",
|
||||
"time",
|
||||
"uucore_procs",
|
||||
"walkdir",
|
||||
|
|
Loading…
Reference in a new issue