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.
xdg-home
Dependency windows-sys 0.59 is significantly outdated
Upgrade to 0.61.2 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.
ordered-stream
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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["asynchronous", "algorithms"]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.
tomling
Dependency winnow 0.7.0 is outdated
Upgrade to 1.0.2 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.
mayheap
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.228". 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.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.
Dependency heapless 0.8 is outdated
Upgrade to 0.9.3 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 = ["embedded", "memory-management"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["heap-less", "vec", "fallible", "unsafe-methods", "alloc"](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.
firmware-controller-macros
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.117". 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.No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
gimoji
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gimoji ) failed. Please try again later.
zlink-codegen
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zlink-codegen ) failed. Please try again later.
zlink
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zlink ) failed. Please try again later.
zlink-tokio
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zlink-tokio ) failed. Please try again later.
zlink-smol
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zlink-smol ) failed. Please try again later.
zlink-core
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zlink-core ) failed. Please try again later.
zlink-macros
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zlink-macros ) failed. Please try again later.
zvariant
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zvariant ) failed. Please try again later.
zvariant_derive
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zvariant_derive ) failed. Please try again later.
zbus_xmlgen
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zbus_xmlgen ) failed. Please try again later.
zbus_xml
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zbus_xml ) failed. Please try again later.
zbus
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zbus ) failed. Please try again later.
zbus_macros
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zbus_macros ) failed. Please try again later.
zbus_names
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zbus_names ) failed. Please try again later.
zvariant_utils
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zvariant_utils ) failed. Please try again later.
zbus_systemd
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zbus_systemd ) failed. Please try again later.
firmware-controller
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/firmware-controller ) failed. Please try again later.
busd
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/busd ) failed. Please try again later.
git-snow
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/git-snow ) failed. Please try again later.
rust-analyzer-mcp
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/rust-analyzer-mcp ) failed. Please try again later.
zbus_polkit
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/zbus_polkit ) failed. Please try again later.
dbuz
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/dbuz ). Please try again later.
ordered-streams
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/ordered-streams ). Please try again later.
gps-share
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gps-share ) failed. Please try again later.
No issues found in: endi serde-prefix-all 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.