mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Merge pull request #7104 from uutils/renovate/thiserror-2.x-lockfile
chore(deps): update rust crate thiserror to v2.0.10
This commit is contained in:
commit
ab0933fb6e
1 changed files with 14 additions and 14 deletions
28
Cargo.lock
generated
28
Cargo.lock
generated
|
@ -2275,11 +2275,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.9"
|
||||
version = "2.0.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
|
||||
checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3"
|
||||
dependencies = [
|
||||
"thiserror-impl 2.0.9",
|
||||
"thiserror-impl 2.0.10",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2295,9 +2295,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "2.0.9"
|
||||
version = "2.0.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
|
||||
checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2496,7 +2496,7 @@ version = "0.0.28"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"nix",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -2508,7 +2508,7 @@ dependencies = [
|
|||
"fts-sys",
|
||||
"libc",
|
||||
"selinux",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -2585,7 +2585,7 @@ version = "0.0.28"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"regex",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -2771,7 +2771,7 @@ version = "0.0.28"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"memchr",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -3102,7 +3102,7 @@ dependencies = [
|
|||
"clap",
|
||||
"libc",
|
||||
"selinux",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -3381,7 +3381,7 @@ version = "0.0.28"
|
|||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"utmp-classic",
|
||||
"uucore",
|
||||
]
|
||||
|
@ -3412,7 +3412,7 @@ dependencies = [
|
|||
"clap",
|
||||
"libc",
|
||||
"nix",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"unicode-width 0.2.0",
|
||||
"uucore",
|
||||
]
|
||||
|
@ -3474,7 +3474,7 @@ dependencies = [
|
|||
"sha3",
|
||||
"sm3",
|
||||
"tempfile",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"time",
|
||||
"uucore_procs",
|
||||
"walkdir",
|
||||
|
@ -3947,7 +3947,7 @@ dependencies = [
|
|||
"flate2",
|
||||
"indexmap",
|
||||
"memchr",
|
||||
"thiserror 2.0.9",
|
||||
"thiserror 2.0.10",
|
||||
"zopfli",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue