Skip to content

Commit 6366c1e

Browse files
authored
Update Rust crate thiserror to 2.0.17 (#2635)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [thiserror](https://redirect.github.com/dtolnay/thiserror) | workspace.dependencies | patch | `2.0.16` -> `2.0.17` | --- ### Release Notes <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v2.0.17`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.17) [Compare Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.16...2.0.17) - Use differently named \_\_private module per patch release ([#&#8203;434](https://redirect.github.com/dtolnay/thiserror/issues/434)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent e326d39 commit 6366c1e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ target-spec = { version = "3.4.2", features = ["custom", "summaries"] }
124124
target-spec-miette = "0.4.5"
125125
test-case = "3.3.1"
126126
test-strategy = "0.4.3"
127-
thiserror = "2.0.16"
127+
thiserror = "2.0.17"
128128
tokio = "1.47.1"
129129
tokio-stream = "0.1.17"
130130
toml = "0.8.23"

0 commit comments

Comments
 (0)