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.
nitrokey
Dependency rand_core 0.5.1 is significantly outdated
Upgrade to 0.9.3 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.
nitrokey, genpdf, rusty-man, nitrocli, text-style, cursive-markup
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?
text-style
Dependency ansi_term 0.12 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency crossterm 0.20 is significantly outdated
Upgrade to 0.28.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cursive 0.16 is significantly outdated
Upgrade to 0.21.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syntect 4 is significantly outdated
Upgrade to 5.2.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 termion 1 is outdated
Upgrade to 4.0.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement syntect = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
syntect = "5.2.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.
nitrocli
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 directories 3 is significantly outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency base32 0.4.0 is a bit outdated
Consider upgrading to 0.5.1 to get all the fixes and improvements.
Dependency termion 1.5.5 is outdated
Consider upgrading to 4.0.4 to get all the fixes and improvements.
Dependency toml 0.5.6 is outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
dialog
Could not find the crate in the repository
Make sure the main branch of
https://git\.ireas\.org/dialog\-rs
contains theCargo.toml
for the crate. If you have forked the crate, change the repository property inCargo.toml
to your fork's URL.Dependency dirs 2.0 is significantly outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rpassword 2 is significantly outdated
Upgrade to 7.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement rpassword = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
rpassword = "7.3.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"
).
trackme
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.
Dependency open 3.2.0 is significantly outdated
Consider upgrading to 5.3.0 to get all the fixes and improvements.
Dependency toml 0.7.2 is significantly outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
Dependency env_logger 0.10.0 is outdated
Consider upgrading to 0.11.7 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 ureq 2.6.2 is a bit outdated
Consider upgrading to 3.0.9 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["upload", "platform", "activity", "icu", "intervals"]
(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 'trackme-backends' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'trackme-backends', 'open', 'secrecy', 'url' may have been unintentional.
rusty-man
Dependency structopt 0.3.15 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 cursive 0.16 is significantly outdated
Consider upgrading to 0.21.1 to get all the fixes and improvements.
Dependency cursive_buffered_backend 0.5 is significantly outdated
Consider upgrading to 0.6.2 to get all the fixes and improvements.
Dependency env_logger 0.8.0 is significantly outdated
Consider upgrading to 0.11.7 to get all the fixes and improvements.
Dependency html2text 0.2.1 is significantly outdated
Consider upgrading to 0.14.2 to get all the fixes and improvements.
Dependency syntect 4.3.0 is significantly outdated
Consider upgrading to 5.2.0 to get all the fixes and improvements.
Dependency cursive-markup 0.2 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Dependency markup5ever 0.10.0 is outdated
Consider upgrading to 0.15.0 to get all the fixes and improvements.
Dependency serde_tuple 0.5.0 is a bit outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Dependency termion 1.5 is outdated
Consider upgrading to 4.0.4 to get all the fixes and improvements.
Dependency toml 0.5.6 is outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
Dependency webbrowser 0.5.5 is outdated
Consider upgrading to 1.0.4 to get all the fixes and improvements.
trackme-backends
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://codeberg\.org/robink/trackme
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.
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.Dependency secrecy 0.8.0 is a bit outdated
Consider upgrading to 0.10.3 to get all the fixes and improvements.
Dependency ureq 2.6.2 is a bit outdated
Consider upgrading to 3.0.9 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["uploading", "activity", "logs", "platform", "analysis"]
(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 'serde' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'serde', 'url', 'secrecy', 'chrono' may have been unintentional.
genpdf
Dependency derive_more 0.99 is outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency image 0.23.12 is outdated
Upgrade to 0.25.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lopdf 0.26 is outdated
Upgrade to 0.35.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency printpdf 0.3.4 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rusttype 0.8 is outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
cursive-markup
Dependency html2text 0.2 is significantly outdated
Upgrade to 0.14.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cursive_core 0.3 is outdated
Consider upgrading to 0.4.6 to get all the fixes and improvements.
Dependency unicode-width 0.1 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
ocdm
Dependency pgp 0.14.0 is outdated
Consider upgrading to 0.15.0 to get all the fixes and improvements.
Dependency rpgpie 0.3.0 is outdated
Consider upgrading to 0.5.4 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os::unix-apis"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["certificate", "openpgp", "directory", "manager", "cert"]
(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.
nitrokey-sys
Dependency bindgen 0.55.1 is significantly outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["devices", "nitrokey", "search-path", "low-level", "communication"]
(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.Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["filesystem", "external-ffi-bindings"]
in yourCargo.toml
.
ctaphid
Dependency rand_core 0.6.3 is a bit outdated
Consider upgrading to 0.9.3 to get all the fixes and improvements.
Imprecise dependency requirement hidapi = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
hidapi = "2.6.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.
merge, merge_derive
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"
).
mock-usb-bus
Dependency usb-device 0.2.9 is outdated
Upgrade to 0.3.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["bus", "usb", "mocking", "usb-device", "devices"]
(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.
ctaphid, mock-usb-bus, nitrokey3, ctaphid-types
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.
nitrokey3
Dependency hidapi 1.4.1 is outdated
Upgrade to 2.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
ctaphid-types
Dependency bitflags 1.3.2 is outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
merge_derive
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.