1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #6940 from uutils/renovate/thiserror-2.x-lockfile

chore(deps): update rust crate thiserror to v2.0.6
This commit is contained in:
Daniel Hofstetter 2024-12-09 07:07:50 +01:00 committed by GitHub
commit aa397fc491
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
Cargo.lock generated
View file

@ -2382,11 +2382,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.5"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643caef17e3128658ff44d85923ef2d28af81bb71e0d67bbfe1d76f19a73e053"
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
dependencies = [
"thiserror-impl 2.0.5",
"thiserror-impl 2.0.6",
]
[[package]]
@ -2402,9 +2402,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.5"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "995d0bbc9995d1f19d28b7215a9352b0fc3cd3a2d2ec95c2cadc485cdedbcdde"
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
dependencies = [
"proc-macro2",
"quote",
@ -2610,7 +2610,7 @@ version = "0.0.28"
dependencies = [
"clap",
"nix",
"thiserror 2.0.5",
"thiserror 2.0.6",
"uucore",
]
@ -2622,7 +2622,7 @@ dependencies = [
"fts-sys",
"libc",
"selinux",
"thiserror 2.0.5",
"thiserror 2.0.6",
"uucore",
]
@ -2699,7 +2699,7 @@ version = "0.0.28"
dependencies = [
"clap",
"regex",
"thiserror 2.0.5",
"thiserror 2.0.6",
"uucore",
]
@ -3215,7 +3215,7 @@ dependencies = [
"clap",
"libc",
"selinux",
"thiserror 2.0.5",
"thiserror 2.0.6",
"uucore",
]
@ -3494,7 +3494,7 @@ version = "0.0.28"
dependencies = [
"chrono",
"clap",
"thiserror 2.0.5",
"thiserror 2.0.6",
"utmp-classic",
"uucore",
]
@ -3525,7 +3525,7 @@ dependencies = [
"clap",
"libc",
"nix",
"thiserror 2.0.5",
"thiserror 2.0.6",
"unicode-width 0.1.13",
"uucore",
]
@ -3586,7 +3586,7 @@ dependencies = [
"sha3",
"sm3",
"tempfile",
"thiserror 2.0.5",
"thiserror 2.0.6",
"time",
"uucore_procs",
"walkdir",