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.
lifx-rs
Dependency trust-dns-resolver 0.22.0 is significantly outdated
Upgrade to 0.23.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.
Dependency reqwest 0.11.17 is outdated
Upgrade to 0.12.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.40 is a bit outdated
Consider upgrading to 2.0.12 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
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 = ["async-api", "synchronous", "light", "lifx-api", "effect"]
(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.
lifx-api-server
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency failure 0.1.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency palette 0.2.1 is significantly outdated
Upgrade to 0.7.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.4 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["lifx", "api", "lan", "local", "protocols"]
(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.
payup
Dependency trust-dns-resolver 0.20 is significantly outdated
Upgrade to 0.23.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.9 is outdated
Upgrade to 0.12.14 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 = ["finance"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["stripe", "payment", "synchronous", "customer", "list"]
(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.
qwiic-adc-rs
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 = ["i2c", "linux", "adc", "controlling", "aims"]
(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.
thalamus
Dependency enum-as-inner =0.5.1 is significantly outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency error-chain 0.12.4 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency libp2p 0.51.3 is significantly outdated
Upgrade to 0.55.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency simple-dns 0.5.2 is significantly outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sudo 0.5 is significantly outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wav 1.0.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Locked dependency version enum-as-inner =0.5.1
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
Published crate doesn't match its repository
Verified 24 out of 25 files (includes 2 Cargo-generated).
- error: Cargo.lock was suspiciously large.
- If you don't need this file, use
include
orexclude
inCargo.toml
, otherwise file a bug at https://gitlab.com/lib.rs/main
- If you don't need this file, use
Fetched
https://github.com/pixelcoda/thalamus.git
6ae0a4544ec049a154adc49ab35b2573e6b548bb.Checked on 2024-07-28
This check is experimental.
- error: Cargo.lock was suspiciously large.
Dependency clearscreen 2.0.1 is outdated
Upgrade to 4.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency local-ip-address 0.5.3 is outdated
Upgrade to 0.6.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.4 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency reqwest 0.11.6 is outdated
Upgrade to 0.12.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency simple-mdns 0.4.0 is slightly outdated
Consider upgrading to 0.6.2 to get all the fixes and improvements.
Dependency simple_logger 1.13.6 is outdated
Upgrade to 5.0.0 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 = ["science::ml"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["platform", "deep-learning", "node", "mesh", "server"]
(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.
qwiic-relay-rs
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 = ["relay", "i2c", "qwiic", "i2c-bus", "linux"]
(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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.46, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
qwiic-lcd-rs
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 = ["lcd", "linux", "i2c", "raspberry-pi", "i2c-bus"]
(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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.46, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
qwiic-relay-rs, qwiic-lcd-rs, qwiic-adc-rs
Dependency i2cdev 0.4.4 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: laserfiche-rs
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.