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.
rpi-led-matrix
Dependency clap 3.0 is significantly outdated
Upgrade to 4.5.31 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 embedded-graphics-core 0.3 is outdated
Upgrade to 0.4.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.
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?
melon
Dependency structopt 0.3.13 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 colored 1.9.3 is significantly outdated
Upgrade to 3.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency failure 0.1.7 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency rand 0.7.3 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand_derive 0.5.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency rmp-serde 0.14.3 is significantly outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bytesize 1.0.0 is slightly outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency rustyline 6.1.0 is outdated
Upgrade to 15.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency semver 0.9.0 is outdated
Upgrade to 1.0.26 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["emulators"]
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 = ["platform", "computing", "retro", "cpu", "16-bit"]
(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.
rpg
Dependency names 0.11.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.3.14 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustc-serialize 0.3.21 has issues
It may not be actively developed any more. Consider changing the dependency.
Latest stable release is old
It's been over 8 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 keywords
Help users find your crates. Add
keywords = ["basic", "engine", "attributes", "events", "builder"]
(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.
beast
Dependency structopt ^0.2 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.
Latest prerelease is old
It's been over 6 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"
).It's an opportunity to update it to the current Rust edition.
Dependency failure ^0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency pest 1 is significantly outdated
Consider upgrading to 2.7.15 to get all the fixes and improvements.
Dependency pest_derive 1 is significantly outdated
Consider upgrading to 2.7.15 to get all the fixes and improvements.
Dependency rmp-serde ^0.13 is significantly outdated
Consider upgrading to 1.3.0 to get all the fixes and improvements.
Dependency toml ^0.4 is significantly outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
Dependency melon ^0.13 is slightly outdated
Consider upgrading to 0.15.2 to get all the fixes and improvements.
Imprecise dependency requirement flate2 = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
flate2 = "1.1.0"
. IfCargo.lock
ends 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-versions
flag, 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-versions
Cargo 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 = ["compilers"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["assembly", "compiler", "language", "high", "level"]
(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.
ducci
Latest stable release is old
It's been over 7 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 keywords
Help users find your crates. Add
keywords = ["sequences", "ducci", "n-tuples"]
(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.
mediatap
Dependency clap 3.0.0-beta.2 is significantly outdated
Consider upgrading to 4.5.31 to get all the fixes and improvements.
Dependency dialoguer 0.7.1 is significantly outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency directories 3.0.1 is significantly outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency diesel 1.4 is outdated
Consider upgrading to 2.2.0 to get all the fixes and improvements.
Dependency diesel_migrations 1.4.0 is outdated
Consider upgrading to 2.2.0 to get all the fixes and improvements.
Dependency human-panic 1.0.3 is outdated
Consider upgrading to 2.0.2 to get all the fixes and improvements.
Dependency reqwest 0.11.0 is outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
Dependency toml 0.5.8 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 = ["multimedia"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["german", "download", "subscription", "automating", "tv-show"]
(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.
ducci, rpg, beast, config_fairy, bakervm
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.
base24
Dependency thiserror 1.0.11 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["binary-to-text", "encoding", "format", "kuon", "introduced"]
(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.
config_fairy
Dependency pest ^1.0.0-beta is significantly outdated
Upgrade to 2.7.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pest_derive ^1.0.0-beta is significantly outdated
Upgrade to 2.7.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 7 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 = ["parser-implementations", "config"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["extract", "ssh-config", "validation", "parser", "data"]
(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.
stellar
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
Author of this site is firmly convinced that cryptocurrencies have a net-negative effect on society.
bakervm
Dependency error-chain ^0.10.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency image ^0.14.0 is significantly outdated
Upgrade to 0.25.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lazy_static ^0.2.8 is significantly outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand ^0.3.15 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency regex ^0.2.2 is significantly outdated
Upgrade to 1.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rmp-serde ^0.13.3 is significantly outdated
Upgrade to 1.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sdl2 ^0.30.0 is significantly outdated
Upgrade to 0.37.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clap ^2.24.2 is outdated
Upgrade to 4.5.31 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["emulators"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["virtual-machine", "building", "running", "retro", "bytecode"]
(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
.