From 351aef54260bd5038019309111acebd0e222ba6e Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 17 Dec 2024 20:53:47 -0800 Subject: [PATCH] chore(deps): update rust crate thiserror to 2.0.8 (#1992) 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.8` | --- ### Release Notes
dtolnay/thiserror (thiserror) ### [`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 - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2730a286825..76f34ef6135 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ "supports-color", "supports-unicode", "swrite", - "thiserror 2.0.7", + "thiserror 2.0.8", "tracing", "tracing-subscriber", ] @@ -414,7 +414,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.7", + "thiserror 2.0.8", ] [[package]] @@ -1777,7 +1777,7 @@ dependencies = [ "regex-syntax 0.8.5", "test-case", "test-strategy", - "thiserror 2.0.7", + "thiserror 2.0.8", "winnow", "xxhash-rust", ] @@ -1868,7 +1868,7 @@ dependencies = [ "target-spec-miette", "test-case", "test-strategy", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tokio-stream", "toml", @@ -2249,7 +2249,7 @@ dependencies = [ "newtype-uuid", "quick-xml 0.37.1", "strip-ansi-escapes", - "thiserror 2.0.7", + "thiserror 2.0.8", "uuid", ] @@ -3125,11 +3125,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.8", ] [[package]] @@ -3145,9 +3145,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4d5ab17f654..1af5eeb91a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ target-spec = { version = "3.2.2", features = ["custom", "summaries"] } target-spec-miette = "0.4.0" test-case = "3.3.1" test-strategy = "0.4.0" -thiserror = "2.0.7" +thiserror = "2.0.8" tokio = "1.42.0" tokio-stream = "0.1.17" toml = "0.8.19"