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.
robokit
Dependency embedded-hal 0.2 is outdated
Consider upgrading to 1.0.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 heapless 0.7 is outdated
Upgrade to 0.8.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 rmodbus 0.7 is outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement nb = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
nb = "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.
json-canon
Published crate doesn't match its repository
Partially verified 16 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
exists, but elsewhere in the repo.
Looked for the crate in
rust/json-canon/
. Fetchedhttps://github.com/ahdinosaur/json-canon.git
taggedrust-json-canon-0.1.3
(2ba83d2c69dbabec0b8434b3e2394a6274856cce).Checked on 2024-07-24
This check is experimental.
Dependency ryu-js 0.2.2 is outdated
Upgrade to 1.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
nest-cli
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.
Dependency clap-verbosity-flag 0.2 is significantly outdated
Consider upgrading to 3.0.2 to get all the fixes and improvements.
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.Latest stable release is old
It's been over 5 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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
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.
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.
nest
Dependency objekt 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency serde_yaml 0.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency snafu 0.2 is significantly outdated
Upgrade to 0.8.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.Dependency atomicwrites 0.2 is outdated
Upgrade to 0.4.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency indexmap 1 is outdated
Upgrade to 2.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency mkdirp 0.1 is outdated
Upgrade to 1.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde-hjson 0.9 is outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Dependency toml 0.5 is outdated
Upgrade to 0.8.20 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement indexmap = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
indexmap = "2.8.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.Latest stable release is old
It's been over 5 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.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.
rimu-value, rimu-parse, rimu-eval, rimu-meta
Dependency thiserror 1.0.44 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
rimu-cli
Dependency toml 0.7.6 is significantly outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
Dependency ariadne 0.3.0 is outdated
Consider upgrading to 2.0.0 to get all the fixes and improvements.
rimu-meta
Dependency ariadne 0.3.0 is outdated
Upgrade to 2.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
rimu-repl
Dependency rustyline 12.0.0 is outdated
Consider upgrading to 15.0.0 to get all the fixes and improvements.
No issues found in: rimu-stdlib rimu-ast
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.