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.
putioarr
Dependency ahash =0.8.11 is significantly outdated
Consider upgrading to 0.8.12 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency nix 0.28.0 is significantly outdated
Consider upgrading to 0.31.1 to get all the fixes and improvements.
Dependency colored 2 is outdated
Consider upgrading to 3.1.0 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 directories 5.0 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency magnet-url 2.0.0 is outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Dependency reqwest 0.12.3 is outdated
Consider upgrading to 0.13.1 to get all the fixes and improvements.
Imprecise dependency requirement colored = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
colored = "3.1.0". IfCargo.lockends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versionsflag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]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 = ["radarr", "sonarr", "proxy", "put-io", "client"](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.
salph
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency rust-embed 6.6.1 is significantly outdated
Upgrade to 8.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency colored 2 is outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency indexmap 1.8.0 is outdated
Upgrade to 2.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.24 is outdated
Upgrade to 0.27.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.24 is outdated
Upgrade to 0.27.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement colored = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
colored = "3.1.0". IfCargo.lockends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versionsflag, used by users of old Rust versions.Missing keywords
Help users find your crates. Add
keywords = ["alphabet", "spelling", "spell", "sentence", "help"](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.
uhppote-rs
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency bincode 2.0.0-rc.1 is significantly outdated
Upgrade to 3.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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").If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["control", "system", "ip", "bindings"](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.
zip_codes_plus
Dependency phf 0.10.0 is significantly outdated
Upgrade to 0.13.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency phf_codegen 0.10.0 is significantly outdated
Upgrade to 0.13.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency titlecase 1.1.0 is significantly outdated
Upgrade to 3.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 4 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").Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compression"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["zip-codes", "lookup-tables", "city", "primary", "us"](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.
uhppote-derive
Dependency syn 1.0.98 is significantly outdated
Upgrade to 2.0.114 to get all the fixes, and avoid causing duplicate dependencies in projects.
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").README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
No issues found in: uhppote-sys phonetic
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.