Update Rust crate thiserror to v2.0.11 (#15425)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-11 17:12:34 +00:00 committed by GitHub
parent 925ee41317
commit 7240212d27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 15 deletions

30
Cargo.lock generated
View File

@ -424,7 +424,7 @@ checksum = "8c41dc435a7b98e4608224bbf65282309f5403719df9113621b30f8b6f74e2f4"
dependencies = [ dependencies = [
"nix", "nix",
"terminfo", "terminfo",
"thiserror 2.0.9", "thiserror 2.0.11",
"which", "which",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -2139,7 +2139,7 @@ dependencies = [
"newtype-uuid", "newtype-uuid",
"quick-xml", "quick-xml",
"strip-ansi-escapes", "strip-ansi-escapes",
"thiserror 2.0.9", "thiserror 2.0.11",
"uuid", "uuid",
] ]
@ -2294,7 +2294,7 @@ dependencies = [
"static_assertions", "static_assertions",
"tempfile", "tempfile",
"test-case", "test-case",
"thiserror 2.0.9", "thiserror 2.0.11",
"tracing", "tracing",
] ]
@ -2391,7 +2391,7 @@ dependencies = [
"rustc-hash 2.1.0", "rustc-hash 2.1.0",
"salsa", "salsa",
"serde", "serde",
"thiserror 2.0.9", "thiserror 2.0.11",
"toml", "toml",
"tracing", "tracing",
] ]
@ -2544,7 +2544,7 @@ dependencies = [
"strum", "strum",
"tempfile", "tempfile",
"test-case", "test-case",
"thiserror 2.0.9", "thiserror 2.0.11",
"tikv-jemallocator", "tikv-jemallocator",
"toml", "toml",
"tracing", "tracing",
@ -2614,7 +2614,7 @@ dependencies = [
"salsa", "salsa",
"serde", "serde",
"tempfile", "tempfile",
"thiserror 2.0.9", "thiserror 2.0.11",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"tracing-tree", "tracing-tree",
@ -2767,7 +2767,7 @@ dependencies = [
"strum", "strum",
"strum_macros", "strum_macros",
"test-case", "test-case",
"thiserror 2.0.9", "thiserror 2.0.11",
"toml", "toml",
"typed-arena", "typed-arena",
"unicode-normalization", "unicode-normalization",
@ -2801,7 +2801,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_with", "serde_with",
"test-case", "test-case",
"thiserror 2.0.9", "thiserror 2.0.11",
"uuid", "uuid",
] ]
@ -2873,7 +2873,7 @@ dependencies = [
"similar", "similar",
"smallvec", "smallvec",
"static_assertions", "static_assertions",
"thiserror 2.0.9", "thiserror 2.0.11",
"tracing", "tracing",
] ]
@ -3007,7 +3007,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"shellexpand", "shellexpand",
"thiserror 2.0.9", "thiserror 2.0.11",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
] ]
@ -3604,11 +3604,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.9" version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
dependencies = [ dependencies = [
"thiserror-impl 2.0.9", "thiserror-impl 2.0.11",
] ]
[[package]] [[package]]
@ -3624,9 +3624,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.9" version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",