From 88cdfcfb11bbb53d5c7d9b7eb36b4e0098a05e83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:53:37 +0530 Subject: [PATCH] Update Rust crate thiserror to v2.0.9 (#15112) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
dtolnay/thiserror (thiserror) ### [`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 ([#​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 ([#​399](https://redirect.github.com/dtolnay/thiserror/issues/399))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 993f01d0f8..0df55c845d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",