mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
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 [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1387](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1387) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1388](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1388) - Bump actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1389](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1389) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1391](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1391) - Add `struct_must_use_removed` by [@​nk9](https://redirect.github.com/nk9) in [#​1392](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1392) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1395](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1395) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1398](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1398) - Add info about build prerequisites to the CONTRIBUTING doc. by [@​nk9](https://redirect.github.com/nk9) in [#​1402](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1402) - Add `function_must_use_removed` by [@​nk9](https://redirect.github.com/nk9) in [#​1400](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1400) - Add `union_must_use_removed` by [@​nk9](https://redirect.github.com/nk9) in [#​1399](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1399) - Sort the list of lints. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1403](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1403) - Replace tuple with a LintResult struct by [@​kornelski](https://redirect.github.com/kornelski) in [#​1396](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1396) - Bump trustfall\_rustdoc to v0.33.0 by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1405](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1405) - Ensure rustdoc generation script doesn't overflow shell arg buffer. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1406](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1406) - Add `function_const_generic_reordered` and `function_generic_type_reordered` lints. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1407](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1407) - lint: detect trait method generic reordering by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1409](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1409) - lint: detect generic reorder in inherent methods by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1408](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1408) - Add lints for generic reorder on impl owners by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1410](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1410) - Add lints for trait generic const/type reordering by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1411](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1411) - run\_check\_release tweaks by [@​kornelski](https://redirect.github.com/kornelski) in [#​1412](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1412) - Add repr\_packed\_changed lint by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1415](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1415) - Add repr\_align\_changed lint by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1418](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1418) - Better diagnostic in `repr_packed_changed` lint. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1420](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1420) - Add repr align added and removed lints by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1419](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1419) - Don't create a vec for skipped queries by [@​kornelski](https://redirect.github.com/kornelski) in [#​1413](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1413) - Separate report printing from generation by [@​kornelski](https://redirect.github.com/kornelski) in [#​1422](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1422) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1425](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1425) - Enable the rustdoc JSON v56 support feature. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1426](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1426) - \[Witness Generation] Add empty witness crate generation by [@​GlitchlessCode](https://redirect.github.com/GlitchlessCode) in [#​1414](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1414) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1427](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1427) - Update `trustfall_rustdoc` and `cargo_metadata` versions. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1428](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1428) - Bump `ron`, `clap-cargo`, `gix`, and `tame-index` major versions. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1429](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1429) - Add .gitignore in the `test_crates` directory to ignore lockfiles. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1431](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1431) - Add lint for functions now returning unit by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1432](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1432) - Use edition 2024 for the template crate. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1434](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1434) - feat: check inherent method returning unit by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1433](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1433) - Add `TODO` notes to function about returning unit. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1435](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1435) - Add lint for trait methods that start returning unit by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1436](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1436) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1437](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1437) - Add next Rust minor to test matrix by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1438](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1438) - Add lint for trait method return value added by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1439](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1439) - Handle async methods in sealed trait return value lint by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1440](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1440) - Enable Trusted Publishing for release workflow by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1442](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1442) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1441](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1441) - Allow write permission for ID token for trusted publishing. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1444](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1444) #### New Contributors - [@​nk9](https://redirect.github.com/nk9) made their first contribution in [#​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:
commit
b624a44978
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
- name: Install cargo-semver-checks
|
- name: Install cargo-semver-checks
|
||||||
run: |
|
run: |
|
||||||
mkdir installed-bins
|
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
|
| tar -xz --directory=./installed-bins
|
||||||
echo `pwd`/installed-bins >> $GITHUB_PATH
|
echo `pwd`/installed-bins >> $GITHUB_PATH
|
||||||
- run: ci/validate-version-bump.sh
|
- run: ci/validate-version-bump.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user