Update Rust crate thiserror to v2.0.12 (#16591)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [thiserror](https://redirect.github.com/dtolnay/thiserror) |
workspace.dependencies | patch | `2.0.11` -> `2.0.12` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dtolnay/thiserror (thiserror)</summary>

###
[`v2.0.12`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.12)

[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.11...2.0.12)

- Prevent elidable_lifetime_names pedantic clippy lint in generated impl
([#&#8203;413](https://redirect.github.com/dtolnay/thiserror/issues/413))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/astral-sh/ruff).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-10 09:25:40 +01:00 committed by GitHub
parent a7095c4196
commit 08c48b15af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

34
Cargo.lock generated
View file

@ -416,7 +416,7 @@ checksum = "8c41dc435a7b98e4608224bbf65282309f5403719df9113621b30f8b6f74e2f4"
dependencies = [ dependencies = [
"nix", "nix",
"terminfo", "terminfo",
"thiserror 2.0.11", "thiserror 2.0.12",
"which", "which",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -2081,7 +2081,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [ dependencies = [
"memchr", "memchr",
"thiserror 2.0.11", "thiserror 2.0.12",
"ucd-trie", "ucd-trie",
] ]
@ -2275,7 +2275,7 @@ dependencies = [
"newtype-uuid", "newtype-uuid",
"quick-xml", "quick-xml",
"strip-ansi-escapes", "strip-ansi-escapes",
"thiserror 2.0.11", "thiserror 2.0.12",
"uuid", "uuid",
] ]
@ -2453,7 +2453,7 @@ dependencies = [
"salsa", "salsa",
"schemars", "schemars",
"serde", "serde",
"thiserror 2.0.11", "thiserror 2.0.12",
"toml", "toml",
"tracing", "tracing",
] ]
@ -2499,7 +2499,7 @@ dependencies = [
"strum_macros", "strum_macros",
"tempfile", "tempfile",
"test-case", "test-case",
"thiserror 2.0.11", "thiserror 2.0.12",
"tracing", "tracing",
] ]
@ -2551,7 +2551,7 @@ dependencies = [
"serde", "serde",
"smallvec", "smallvec",
"tempfile", "tempfile",
"thiserror 2.0.11", "thiserror 2.0.12",
"toml", "toml",
] ]
@ -2707,7 +2707,7 @@ dependencies = [
"strum", "strum",
"tempfile", "tempfile",
"test-case", "test-case",
"thiserror 2.0.11", "thiserror 2.0.12",
"tikv-jemallocator", "tikv-jemallocator",
"toml", "toml",
"tracing", "tracing",
@ -2790,7 +2790,7 @@ dependencies = [
"schemars", "schemars",
"serde", "serde",
"tempfile", "tempfile",
"thiserror 2.0.11", "thiserror 2.0.12",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"tracing-tree", "tracing-tree",
@ -2945,7 +2945,7 @@ dependencies = [
"strum", "strum",
"strum_macros", "strum_macros",
"test-case", "test-case",
"thiserror 2.0.11", "thiserror 2.0.12",
"toml", "toml",
"typed-arena", "typed-arena",
"unicode-normalization", "unicode-normalization",
@ -2979,7 +2979,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_with", "serde_with",
"test-case", "test-case",
"thiserror 2.0.11", "thiserror 2.0.12",
"uuid", "uuid",
] ]
@ -3053,7 +3053,7 @@ dependencies = [
"similar", "similar",
"smallvec", "smallvec",
"static_assertions", "static_assertions",
"thiserror 2.0.11", "thiserror 2.0.12",
"tracing", "tracing",
] ]
@ -3189,7 +3189,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"shellexpand", "shellexpand",
"thiserror 2.0.11", "thiserror 2.0.12",
"toml", "toml",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
@ -3779,11 +3779,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.11" version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [ dependencies = [
"thiserror-impl 2.0.11", "thiserror-impl 2.0.12",
] ]
[[package]] [[package]]
@ -3799,9 +3799,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.11" version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",