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.
ghtool
Dependency dirs 5.0.1 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 keyring 2.0.5 is outdated
Upgrade to 3.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.47 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::testing"]
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 = ["github-api", "github-actions", "check", "error", "command-line-tool"]
(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.
tgreddit
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Dependency tempdir 0.3.7 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency env_logger 0.9.0 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency itertools 0.10.3 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency reqwest 0.11.11 is outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
Dependency rusqlite 0.28.0 is outdated
Consider upgrading to 0.33.0 to get all the fixes and improvements.
Dependency secrecy 0.8.0 is a bit outdated
Consider upgrading to 0.10.3 to get all the fixes and improvements.
Dependency strum 0.24.1 is outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
Dependency strum_macros 0.24.3 is outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
Dependency teloxide 0.12.2 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency thiserror 1.0.34 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Dependency toml 0.5.9 is outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["telegram-bot", "reddit", "post", "self-hosted", "top"]
(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.Optional dependency 'openssl' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'openssl' may have been unintentional.
cynic-github-schema
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["github", "github-api", "graphql", "check", "issue"]
(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.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.
meas
Dependency structopt 0.3.26 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 hhmmss 0.1.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-utilities"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["duration", "execution", "command", "command-line-tool", "measuring"]
(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
.