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.
gimoji
Dependency ratatui 0.28.0 is significantly outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency crossterm 0.28.0 is outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Dependency databake 0.1.7 is outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency nix 0.29 is outdated
Consider upgrading to 0.30.1 to get all the fixes and improvements.
zbus
Optional dependency 'async-process' 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 'async-process', 'blocking', 'async-executor', 'async-lock', 'async-task' may have been unintentional.
zlink-codegen
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]
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 = ["zlink", "zlink-codegen", "codegen"]
(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.
gps-share
Dependency serial 0.3 is significantly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency signal-hook 0.1.13 is significantly outdated
Consider upgrading to 0.3.18 to get all the fixes and improvements.
Dependency zbus 1.8 is significantly outdated
Consider upgrading to 5.7.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 zvariant 2.6 is significantly outdated
Consider upgrading to 5.5.0 to get all the fixes and improvements.
Dependency clap 2.23.1 is outdated
Consider upgrading to 4.5.38 to get all the fixes and improvements.
Dependency libudev 0.2.0 is outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
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"
).If the crate is truly stable, why not make a 1.0.0 release?
firmware-controller
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.Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.101"
. 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.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
zlink
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["zlink", "api"]
(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.
zbus_systemd
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.219"
. 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.License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os::unix-apis"]
to theCargo.toml
.
mayheap
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.219"
. 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns", "encoding"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["vec", "heapless", "mayheap", "string"]
(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.
tomling
Dependency winnow 0.6.24 is significantly outdated
Upgrade to 0.7.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
zlink-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["zlink", "zlink-core", "safety"]
(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 'tracing' 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 'tracing', 'defmt' may have been unintentional.
zbus_xml
Dependency quick-xml 0.36 is significantly outdated
Upgrade to 0.37.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
varlink_stdinterfaces, ordered-streams
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
busd
Dependency nix 0.29.0 is outdated
Upgrade to 0.30.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
varlink
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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
varlink_parser
Dependency ansi_term 0.12.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency peg 0.6.3 is significantly outdated
Upgrade to 0.8.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
zlink-tokio
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["asynchronous"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["zlink", "zlink-tokio", "tokio", "run-time"]
(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.
zlink-macros
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["zlink", "zlink-macros", "api"]
(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.
zlink-micro
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["embedded"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["zlink", "zlink-micro", "microcontrollers"]
(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.
zlink-usb
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["zlink", "zlink-usb", "usb"]
(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.
varlink-cli
Dependency bitflags 1.2.1 is outdated
Consider upgrading to 2.9.0 to get all the fixes and improvements.
Dependency clap 2.33.0 is outdated
Consider upgrading to 4.5.38 to get all the fixes and improvements.
Dependency colored_json 2.1.0 is outdated
Consider upgrading to 5.0.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-utilities", "os::unix-apis"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["varlink", "varlink-cli", "tool", "information", "subcommand"]
(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.
ordered-stream
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["asynchronous"]
to theCargo.toml
.
varlink_generator
Dependency syn 1.0.8 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
varlink_stdinterfaces
Imprecise dependency requirement varlink_generator = 10
Cargo does not always pick latest versions of dependencies! Specify the version as
varlink_generator = "10.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.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 keywords
Help users find your crates. Add
keywords = ["interface", "varlink", "varlink-stdinterfaces", "info"]
(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.
varlink_generator, varlink-cli, varlink_parser
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"
).
varlink_generator, varlink_stdinterfaces, varlink-cli, varlink_parser
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
varlink_generator, varlink-cli, varlink_parser
Dependency chainerror 0.7.0 is a bit outdated
Consider upgrading to 1.0.0 to get all the fixes and improvements.
No issues found in: zvariant zvariant_derive zbus_macros zbus_names zbus_xmlgen zvariant_utils zbus_polkit xdg-home endi dbuz broadcast-channel dbus-macros
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.