1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

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

chore(deps): update rust crate thiserror to v2.0.9
This commit is contained in:
Sylvestre Ledru 2024-12-21 23:15:04 +01:00 committed by GitHub
commit 21e7149a92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
Cargo.lock generated
View file

@ -2317,11 +2317,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.8" version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
dependencies = [ dependencies = [
"thiserror-impl 2.0.8", "thiserror-impl 2.0.9",
] ]
[[package]] [[package]]
@ -2337,9 +2337,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.8" version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2538,7 +2538,7 @@ version = "0.0.28"
dependencies = [ dependencies = [
"clap", "clap",
"nix", "nix",
"thiserror 2.0.8", "thiserror 2.0.9",
"uucore", "uucore",
] ]
@ -2550,7 +2550,7 @@ dependencies = [
"fts-sys", "fts-sys",
"libc", "libc",
"selinux", "selinux",
"thiserror 2.0.8", "thiserror 2.0.9",
"uucore", "uucore",
] ]
@ -2627,7 +2627,7 @@ version = "0.0.28"
dependencies = [ dependencies = [
"clap", "clap",
"regex", "regex",
"thiserror 2.0.8", "thiserror 2.0.9",
"uucore", "uucore",
] ]
@ -3143,7 +3143,7 @@ dependencies = [
"clap", "clap",
"libc", "libc",
"selinux", "selinux",
"thiserror 2.0.8", "thiserror 2.0.9",
"uucore", "uucore",
] ]
@ -3422,7 +3422,7 @@ version = "0.0.28"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
"thiserror 2.0.8", "thiserror 2.0.9",
"utmp-classic", "utmp-classic",
"uucore", "uucore",
] ]
@ -3453,7 +3453,7 @@ dependencies = [
"clap", "clap",
"libc", "libc",
"nix", "nix",
"thiserror 2.0.8", "thiserror 2.0.9",
"unicode-width 0.2.0", "unicode-width 0.2.0",
"uucore", "uucore",
] ]
@ -3515,7 +3515,7 @@ dependencies = [
"sha3", "sha3",
"sm3", "sm3",
"tempfile", "tempfile",
"thiserror 2.0.8", "thiserror 2.0.9",
"time", "time",
"uucore_procs", "uucore_procs",
"walkdir", "walkdir",
@ -3988,7 +3988,7 @@ dependencies = [
"flate2", "flate2",
"indexmap", "indexmap",
"memchr", "memchr",
"thiserror 2.0.8", "thiserror 2.0.9",
"zopfli", "zopfli",
] ]