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.
nedots
Dependency serde_yaml 0.9.14 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency clap-verbosity-flag 2.0.0 is outdated
Consider upgrading to 3.0.2 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency dialoguer 0.10.2 is outdated
Upgrade to 0.11.0 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 directories 4.0.1 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency env_logger 0.9.3 is outdated
Upgrade to 0.11.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.37 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency trash 3.0.0 is outdated
Upgrade to 5.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
clogi
Dependency structopt 0.3.21 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 config 0.11.0 is significantly outdated
Consider upgrading to 0.15.9 to get all the fixes and improvements.
Dependency console 0.14.1 is significantly outdated
Consider upgrading to 0.15.11 to get all the fixes and improvements.
Dependency dialoguer 0.8.0 is significantly outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency dirs 3.0.2 is significantly outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency indicatif 0.16.2 is significantly outdated
Consider upgrading to 0.17.11 to get all the fixes and improvements.
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.
lib-bspwm
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
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.
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/aidenlangley/lib\-bspwm\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
lib-bpswm
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/aidenlangley/lib\-bspwm\.git
lib-todoist
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/aidenlangley/todoist\.rs\.git
Dependency chrono_elapsed 0.1.0 is slightly outdated
Consider upgrading to 1.0.12 to get all the fixes and improvements.
chrono_elapsed, lib-todoist, clogi
Latest stable release is old
It's been over 3 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
lib-todoist, lib-bspwm, lib-bpswm, clogi
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
korero
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["another", "helps", "speak", "people", "interfacing"]
(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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.