Skip to content

build(deps): Bump thiserror from 2.0.19 to 2.0.20 in the cargo group - #7

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/cargo-135add22e0
Aug 17, 2026
Merged

build(deps): Bump thiserror from 2.0.19 to 2.0.20 in the cargo group#7
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/cargo-135add22e0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 1 update: thiserror.

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).


Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 17, 2026
@dependabot
dependabot Bot requested a review from lexandro as a code owner August 17, 2026 03:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 17, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 17, 2026 03:36
@github-actions
github-actions Bot merged commit f86ce16 into main Aug 17, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-135add22e0 branch August 17, 2026 03:37
lexandro added a commit that referenced this pull request Aug 17, 2026
A merge done by GITHUB_TOKEN raises no `push` event, so the Dependabot
auto-merge landed #7 on main without a single workflow run — and with
`strict` off, a PR could go green against a stale base and squash a tree
no CI had ever built. Nothing would have reported it.

Branch protection (set via API, recorded here because it is the load
bearing half): `strict: true`, and "MSRV (1.88)" joins
"fmt · clippy · test · build" as required — the MSRV guard existed but
nothing enforced it at merge time.

CI grows a weekly `schedule` plus `workflow_dispatch` to cover breakage
that arrives without a commit, and only cancels superseded runs for pull
requests so every commit on main keeps its own verdict.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants