Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
cargo-pants
Dependency structopt 0.3.25 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Dependency indicatif 0.16.2 is significantly outdated
Upgrade to 0.17.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency quick-xml 0.23.1 is significantly outdated
Upgrade to 0.37.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency terminal_size 0.1.17 is significantly outdated
Upgrade to 0.4.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency textwrap 0.14.2 is significantly outdated
Upgrade to 0.16.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Verified 43 out of 44 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.4.36'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Files in the crates.io crate compared to the repository:
Cargo.toml
exists, but elsewhere in the repo.Cargo.toml.orig
does not match the repository.Cargo.lock
does not match the repository.
Fetched
https://github.com/sonatype-nexus-community/cargo-pants.git
742b4d7ece5d159997ca846650ba3fa315b62916.Checked on 2025-02-23
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.4.36'.
Dependency cargo_metadata 0.14.1 is outdated
Upgrade to 0.19.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dirs 4.0.0 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency packageurl 0.3.0 is a bit outdated
Consider upgrading to 0.4.1 to get all the fixes and improvements.
Dependency petgraph 0.6.0 is a bit outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
Dependency reqwest 0.11.9 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::cargo-plugins"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Missing keywords
Help users find your crates. Add
keywords = ["cargo-lock", "vulnerabilities", "material", "cargo-subcommand", "bill"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.69, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.