Update Rust crate thiserror to v2.0.9 (#15112)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

- Work around `missing_inline_in_public_items` clippy restriction being
triggered in macro-generated code
([#&#8203;404](https://redirect.github.com/dtolnay/thiserror/issues/404))

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

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

- Improve support for macro-generated `derive(Error)` call sites
([#&#8203;399](https://redirect.github.com/dtolnay/thiserror/issues/399))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-23 09:53:37 +05:30 committed by GitHub
parent f764f59971
commit 88cdfcfb11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 14 deletions

28
Cargo.lock generated
View File

@ -2161,7 +2161,7 @@ dependencies = [
"newtype-uuid",
"quick-xml",
"strip-ansi-escapes",
"thiserror 2.0.7",
"thiserror 2.0.9",
"uuid",
]
@ -2315,7 +2315,7 @@ dependencies = [
"static_assertions",
"tempfile",
"test-case",
"thiserror 2.0.7",
"thiserror 2.0.9",
"tracing",
]
@ -2412,7 +2412,7 @@ dependencies = [
"rustc-hash 2.1.0",
"salsa",
"serde",
"thiserror 2.0.7",
"thiserror 2.0.9",
"toml",
"tracing",
]
@ -2565,7 +2565,7 @@ dependencies = [
"strum",
"tempfile",
"test-case",
"thiserror 2.0.7",
"thiserror 2.0.9",
"tikv-jemallocator",
"toml",
"tracing",
@ -2635,7 +2635,7 @@ dependencies = [
"salsa",
"serde",
"tempfile",
"thiserror 2.0.7",
"thiserror 2.0.9",
"tracing",
"tracing-subscriber",
"tracing-tree",
@ -2787,7 +2787,7 @@ dependencies = [
"strum",
"strum_macros",
"test-case",
"thiserror 2.0.7",
"thiserror 2.0.9",
"toml",
"typed-arena",
"unicode-normalization",
@ -2821,7 +2821,7 @@ dependencies = [
"serde_json",
"serde_with",
"test-case",
"thiserror 2.0.7",
"thiserror 2.0.9",
"uuid",
]
@ -2893,7 +2893,7 @@ dependencies = [
"similar",
"smallvec",
"static_assertions",
"thiserror 2.0.7",
"thiserror 2.0.9",
"tracing",
]
@ -3026,7 +3026,7 @@ dependencies = [
"serde",
"serde_json",
"shellexpand",
"thiserror 2.0.7",
"thiserror 2.0.9",
"tracing",
"tracing-subscriber",
]
@ -3625,11 +3625,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.7"
version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767"
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
dependencies = [
"thiserror-impl 2.0.7",
"thiserror-impl 2.0.9",
]
[[package]]
@ -3645,9 +3645,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.7"
version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36"
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [
"proc-macro2",
"quote",