This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cargo-semver-checks](https://redirect.github.com/obi1kenobi/cargo-semver-checks) | minor | `0.46.0` → `0.47.0` | --- ### Release Notes <details> <summary>obi1kenobi/cargo-semver-checks (cargo-semver-checks)</summary> ### [`v0.47.0`](https://redirect.github.com/obi1kenobi/cargo-semver-checks/releases/tag/v0.47.0) [Compare Source](https://redirect.github.com/obi1kenobi/cargo-semver-checks/compare/v0.46.0...v0.47.0) #### In this release - 7 new lints - Spotlight: Google Summer of Code This release also includes a workaround for a Rust 1.94 rustdoc bug that caused `cargo-semver-checks` to crash in certain projects. We [contributed the fix to rustdoc](https://redirect.github.com/rust-lang/rust/pull/153465/) and are including a workaround here so our users can continue using `cargo-semver-checks` with Rust 1.94.  ✨ *This adorable animation was made by [@​dekirisu](https://redirect.github.com/dekirisu)* ✨ This release requires Rust 1.91+ both to install (MSRV) and at runtime. #### Spotlight: Participating in Google Summer of Code `cargo-semver-checks` is once again participating in [Google Summer of Code](https://summerofcode.withgoogle.com/), as [part of the Rust project](https://blog.rust-lang.org/2026/02/19/Rust-participates-in-GSoC-2026/)! This is the third year in a row that students from all over the world are eligible to submit proposals for multi-month projects aimed at improving Rust and its tooling such as `cargo-semver-checks`. An initial list of [suggested proposal topics is available here](https://redirect.github.com/rust-lang/google-summer-of-code), and student are of course welcome to bring their own ideas as well. The application period runs from March 16-31, 2026. Good luck to all applicants — we're excited to see you and we can't wait to see what you build! #### New lints 7 opt-in lints for additive-only changes were added in this release: - `inherent_method_added` - `inherent_method_no_longer_unsafe` - `inherent_method_now_const` - `repr_c_added` - `repr_transparent_added` - `struct_no_longer_has_non_pub_fields` - `struct_no_longer_non_exhaustive` #### All merged PRs - Drop support for Rust 1.90. MSRV is now 1.91. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1559](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1559) - Upgrade gix and tame-index; drop support for git indexes. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1560](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1560) - specify cargo-binstall metadata for faster download by [@​marcoieni](https://redirect.github.com/marcoieni) in [#​1561](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1561) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1564](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1564) - Add minor lint for removing #\[non\_exhaustive] from public struct by [@​connor15mcc](https://redirect.github.com/connor15mcc) in [#​1550](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1550) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1567](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1567) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1569](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1569) - Add minor lint for losing all non-`pub` fields by [@​connor15mcc](https://redirect.github.com/connor15mcc) in [#​1562](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1562) - fix: clarify method\_parameter\_count\_changed error template by [@​Ansh-699](https://redirect.github.com/Ansh-699) in [#​1570](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1570) - feat: add minor lint `inherent_method_added` by [@​Ansh-699](https://redirect.github.com/Ansh-699) in [#​1571](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1571) - Check lint reference links for validity. Fix broken links. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1572](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1572) - ignore architecture-specific lint tests on unsupported architectures by [@​chrjabs](https://redirect.github.com/chrjabs) in [#​1568](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1568) - Handle the tuple form of lint registrations in `make_new_lint.sh`. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1573](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1573) - Ensure lints in `add_lints!()` are properly sorted. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1574](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1574) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1575](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1575) - tests: force ASCII cargo diagnostics in snapshot tests (CARGO\_TERM\_UNICODE=false) by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1578](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1578) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1580](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1580) - Add next Rust minor to test matrix by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1588](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1588) - Bump actions/upload-artifact from 6 to 7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1585](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1585) - Bump actions/download-artifact from 7 to 8 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1584](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1584) - Weekly `cargo update` of dependencies by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1587](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1587) - Add minor lint: inherent\_method\_no\_longer\_unsafe by [@​MarcosAsh](https://redirect.github.com/MarcosAsh) in [#​1579](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1579) - Add minor lint: repr(transparent) added on public API type by [@​h-wal](https://redirect.github.com/h-wal) in [#​1582](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1582) - Update reference link which seems to have moved recently. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1594](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1594) - Add minor lint: repr(C) added on public API type by [@​h-wal](https://redirect.github.com/h-wal) in [#​1581](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1581) - Add minor lint: inherent\_method\_now\_const by [@​h-wal](https://redirect.github.com/h-wal) in [#​1589](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1589) - Release v0.47.0. by [@​obi1kenobi](https://redirect.github.com/obi1kenobi) in [#​1596](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1596) #### New Contributors - [@​Ansh-699](https://redirect.github.com/Ansh-699) made their first contribution in [#​1570](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1570) - [@​chrjabs](https://redirect.github.com/chrjabs) made their first contribution in [#​1568](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1568) - [@​MarcosAsh](https://redirect.github.com/MarcosAsh) made their first contribution in [#​1579](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1579) - [@​h-wal](https://redirect.github.com/h-wal) made their first contribution in [#​1582](https://redirect.github.com/obi1kenobi/cargo-semver-checks/pull/1582) **Full Changelog**: <https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.46.0...v0.47.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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Cargo
Cargo downloads your Rust project’s dependencies and compiles your project.
To start using Cargo, learn more at The Cargo Book.
To start developing Cargo itself, read the Cargo Contributor Guide.
The Cargo binary distributed through with Rust is maintained by the Cargo team for use by the wider ecosystem. For all other uses of this crate (as a binary or library) this is maintained by the Cargo team, primarily for use by Cargo and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs.
Code Status
Code documentation: https://doc.rust-lang.org/nightly/nightly-rustc/cargo/
Compiling from Source
Requirements
Cargo requires the following tools and packages to build:
cargoandrustc- A C compiler for your platform
git(to clone this repository)
Other requirements:
The following are optional based on your platform and needs.
-
pkg-config— This is used to help locate system packages, such aslibsslheaders/libraries. This may not be required in all cases, such as using vendored OpenSSL, or on Windows. -
OpenSSL — Only needed on Unix-like systems and only if the
vendored-opensslCargo feature is not used.This requires the development headers, which can be obtained from the
libssl-devpackage on Ubuntu oropenssl-develwith apk or yum or theopensslpackage from Homebrew on macOS.If using the
vendored-opensslCargo feature, then a static copy of OpenSSL will be built from source instead of using the system OpenSSL. This may require additional tools such asperlandmake.On macOS, common installation directories from Homebrew, MacPorts, or pkgsrc will be checked. Otherwise it will fall back to
pkg-config.On Windows, the system-provided Schannel will be used instead.
LibreSSL is also supported.
Optional system libraries:
The build will automatically use vendored versions of the following libraries. However, if they are provided by the system and can be found with pkg-config, then the system libraries will be used instead:
libcurl— Used for network transfers.libgit2— Used for fetching git dependencies.libssh2— Used for SSH access to git repositories.libz(AKA zlib) — Used by the above C libraries for data compression. (Rust code useszlib-rsinstead.)
It is recommended to use the vendored versions as they are the versions that are tested to work with Cargo.
Compiling
First, you'll want to check out this repository
git clone https://github.com/rust-lang/cargo.git
cd cargo
With cargo already installed, you can simply run:
cargo build --release
Adding new subcommands to Cargo
Cargo is designed to be extensible with new subcommands without having to modify Cargo itself. See the Wiki page for more details and a list of known community-developed subcommands.
Releases
Cargo releases coincide with Rust releases. High level release notes are available as part of Rust's release notes. Detailed release notes are available in the changelog.
Reporting issues
Found a bug? We'd love to know about it!
Please report all issues on the GitHub issue tracker.
Contributing
See the Cargo Contributor Guide for a complete introduction to contributing to Cargo.
License
Cargo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
Third party software
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (https://www.openssl.org/).
In binary form, this product includes software that is licensed under the terms of the GNU General Public License, version 2, with a linking exception, which can be obtained from the upstream repository.
See LICENSE-THIRD-PARTY for details.