Update Rust crate thiserror to v2.0.17 (#21225)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-03 02:21:21 +00:00 committed by GitHub
parent c0bd092fa9
commit f477e11d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 22 deletions

44
Cargo.lock generated
View File

@ -519,7 +519,7 @@ checksum = "85a8ab73a1c02b0c15597b22e09c7dc36e63b2f601f9d1e83ac0c3decd38b1ae"
dependencies = [ dependencies = [
"nix 0.29.0", "nix 0.29.0",
"terminfo", "terminfo",
"thiserror 2.0.16", "thiserror 2.0.17",
"which", "which",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -1861,7 +1861,7 @@ dependencies = [
"paste", "paste",
"peg", "peg",
"regex", "regex",
"thiserror 2.0.16", "thiserror 2.0.17",
] ]
[[package]] [[package]]
@ -2394,7 +2394,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8" checksum = "21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8"
dependencies = [ dependencies = [
"memchr", "memchr",
"thiserror 2.0.16", "thiserror 2.0.17",
"ucd-trie", "ucd-trie",
] ]
@ -2600,7 +2600,7 @@ dependencies = [
"pep440_rs", "pep440_rs",
"pep508_rs", "pep508_rs",
"serde", "serde",
"thiserror 2.0.16", "thiserror 2.0.17",
"toml", "toml",
] ]
@ -2615,7 +2615,7 @@ dependencies = [
"newtype-uuid", "newtype-uuid",
"quick-xml", "quick-xml",
"strip-ansi-escapes", "strip-ansi-escapes",
"thiserror 2.0.16", "thiserror 2.0.17",
"uuid", "uuid",
] ]
@ -2787,7 +2787,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [ dependencies = [
"getrandom 0.2.16", "getrandom 0.2.16",
"libredox", "libredox",
"thiserror 2.0.16", "thiserror 2.0.17",
] ]
[[package]] [[package]]
@ -2909,7 +2909,7 @@ dependencies = [
"strum", "strum",
"tempfile", "tempfile",
"test-case", "test-case",
"thiserror 2.0.16", "thiserror 2.0.17",
"tikv-jemallocator", "tikv-jemallocator",
"toml", "toml",
"tracing", "tracing",
@ -3005,7 +3005,7 @@ dependencies = [
"serde_json", "serde_json",
"similar", "similar",
"tempfile", "tempfile",
"thiserror 2.0.16", "thiserror 2.0.17",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"ty_static", "ty_static",
@ -3166,7 +3166,7 @@ dependencies = [
"strum_macros", "strum_macros",
"tempfile", "tempfile",
"test-case", "test-case",
"thiserror 2.0.16", "thiserror 2.0.17",
"toml", "toml",
"typed-arena", "typed-arena",
"unicode-normalization", "unicode-normalization",
@ -3209,7 +3209,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_with", "serde_with",
"test-case", "test-case",
"thiserror 2.0.16", "thiserror 2.0.17",
"uuid", "uuid",
] ]
@ -3241,7 +3241,7 @@ dependencies = [
"schemars", "schemars",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.16", "thiserror 2.0.17",
] ]
[[package]] [[package]]
@ -3295,7 +3295,7 @@ dependencies = [
"similar", "similar",
"smallvec", "smallvec",
"static_assertions", "static_assertions",
"thiserror 2.0.16", "thiserror 2.0.17",
"tracing", "tracing",
] ]
@ -3440,7 +3440,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"shellexpand", "shellexpand",
"thiserror 2.0.16", "thiserror 2.0.17",
"toml", "toml",
"tracing", "tracing",
"tracing-log", "tracing-log",
@ -4054,11 +4054,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.16" version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [ dependencies = [
"thiserror-impl 2.0.16", "thiserror-impl 2.0.17",
] ]
[[package]] [[package]]
@ -4074,9 +4074,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.16" version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -4432,7 +4432,7 @@ dependencies = [
"schemars", "schemars",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.16", "thiserror 2.0.17",
"toml", "toml",
"tracing", "tracing",
"ty_combine", "ty_combine",
@ -4489,7 +4489,7 @@ dependencies = [
"strum_macros", "strum_macros",
"tempfile", "tempfile",
"test-case", "test-case",
"thiserror 2.0.16", "thiserror 2.0.17",
"tracing", "tracing",
"ty_python_semantic", "ty_python_semantic",
"ty_static", "ty_static",
@ -4523,7 +4523,7 @@ dependencies = [
"serde_json", "serde_json",
"shellexpand", "shellexpand",
"tempfile", "tempfile",
"thiserror 2.0.16", "thiserror 2.0.17",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"ty_combine", "ty_combine",
@ -4563,7 +4563,7 @@ dependencies = [
"serde", "serde",
"smallvec", "smallvec",
"tempfile", "tempfile",
"thiserror 2.0.16", "thiserror 2.0.17",
"toml", "toml",
"tracing", "tracing",
"ty_python_semantic", "ty_python_semantic",