chore(deps): update cargo-semver-checks to v0.44.0 (#15993)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[cargo-semver-checks](https://redirect.github.com/obi1kenobi/cargo-semver-checks)
| minor | `0.43.0` -> `0.44.0` |

---

### Release Notes

<details>
<summary>obi1kenobi/cargo-semver-checks (cargo-semver-checks)</summary>

###
[`v0.44.0`](https://redirect.github.com/obi1kenobi/cargo-semver-checks/releases/tag/v0.44.0)

[Compare
Source](https://redirect.github.com/obi1kenobi/cargo-semver-checks/compare/v0.43.0...v0.44.0)

#### What's Changed

#### All Merged PRs

- Minimum supported Rust version is now 1.88. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1387](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1387)
- Weekly `cargo update` of dependencies by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1388](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1388)
- Bump actions/checkout from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1389](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1389)
- Weekly `cargo update` of dependencies by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1391](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1391)
- Add `struct_must_use_removed` by
[@&#8203;nk9](https://redirect.github.com/nk9) in
[#&#8203;1392](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1392)
- Weekly `cargo update` of dependencies by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1395](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1395)
- Weekly `cargo update` of dependencies by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1398](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1398)
- Add info about build prerequisites to the CONTRIBUTING doc. by
[@&#8203;nk9](https://redirect.github.com/nk9) in
[#&#8203;1402](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1402)
- Add `function_must_use_removed` by
[@&#8203;nk9](https://redirect.github.com/nk9) in
[#&#8203;1400](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1400)
- Add `union_must_use_removed` by
[@&#8203;nk9](https://redirect.github.com/nk9) in
[#&#8203;1399](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1399)
- Sort the list of lints. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1403](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1403)
- Replace tuple with a LintResult struct by
[@&#8203;kornelski](https://redirect.github.com/kornelski) in
[#&#8203;1396](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1396)
- Bump trustfall\_rustdoc to v0.33.0 by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1405](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1405)
- Ensure rustdoc generation script doesn't overflow shell arg buffer. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1406](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1406)
- Add `function_const_generic_reordered` and
`function_generic_type_reordered` lints. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1407](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1407)
- lint: detect trait method generic reordering by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1409](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1409)
- lint: detect generic reorder in inherent methods by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1408](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1408)
- Add lints for generic reorder on impl owners by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1410](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1410)
- Add lints for trait generic const/type reordering by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1411](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1411)
- run\_check\_release tweaks by
[@&#8203;kornelski](https://redirect.github.com/kornelski) in
[#&#8203;1412](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1412)
- Add repr\_packed\_changed lint by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1415](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1415)
- Add repr\_align\_changed lint by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1418](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1418)
- Better diagnostic in `repr_packed_changed` lint. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1420](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1420)
- Add repr align added and removed lints by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1419](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1419)
- Don't create a vec for skipped queries by
[@&#8203;kornelski](https://redirect.github.com/kornelski) in
[#&#8203;1413](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1413)
- Separate report printing from generation by
[@&#8203;kornelski](https://redirect.github.com/kornelski) in
[#&#8203;1422](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1422)
- Weekly `cargo update` of dependencies by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1425](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1425)
- Enable the rustdoc JSON v56 support feature. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1426](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1426)
- \[Witness Generation] Add empty witness crate generation by
[@&#8203;GlitchlessCode](https://redirect.github.com/GlitchlessCode) in
[#&#8203;1414](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1414)
- Weekly `cargo update` of dependencies by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1427](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1427)
- Update `trustfall_rustdoc` and `cargo_metadata` versions. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1428](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1428)
- Bump `ron`, `clap-cargo`, `gix`, and `tame-index` major versions. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1429](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1429)
- Add .gitignore in the `test_crates` directory to ignore lockfiles. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1431](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1431)
- Add lint for functions now returning unit by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1432](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1432)
- Use edition 2024 for the template crate. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1434](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1434)
- feat: check inherent method returning unit by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1433](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1433)
- Add `TODO` notes to function about returning unit. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1435](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1435)
- Add lint for trait methods that start returning unit by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1436](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1436)
- Weekly `cargo update` of dependencies by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1437](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1437)
- Add next Rust minor to test matrix by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1438](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1438)
- Add lint for trait method return value added by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1439](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1439)
- Handle async methods in sealed trait return value lint by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1440](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1440)
- Enable Trusted Publishing for release workflow by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1442](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1442)
- Weekly `cargo update` of dependencies by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1441](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1441)
- Allow write permission for ID token for trusted publishing. by
[@&#8203;obi1kenobi](https://redirect.github.com/obi1kenobi) in
[#&#8203;1444](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1444)

#### New Contributors

- [@&#8203;nk9](https://redirect.github.com/nk9) made their first
contribution in
[#&#8203;1392](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1392)

**Full Changelog**:
<https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.43.0...v0.44.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Every minute ( * * * * * ) (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/rust-lang/cargo).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
This commit is contained in:
Eric Huss 2025-09-21 15:44:16 +00:00 committed by GitHub
commit b624a44978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ jobs:
- name: Install cargo-semver-checks
run: |
mkdir installed-bins
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.43.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
curl -Lf https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.44.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz \
| tar -xz --directory=./installed-bins
echo `pwd`/installed-bins >> $GITHUB_PATH
- run: ci/validate-version-bump.sh