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.
rust-tuya-mqtt
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 rumqttc 0.13 is significantly outdated
Consider upgrading to 0.25.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency env_logger 0.10 is outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
Dependency retry 1.3 is outdated
Consider upgrading to 2.1.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 thiserror 1.0 is outdated
Consider upgrading to 2.0.17 to get all the fixes and improvements.
rust-tuyapi
Dependency base64 0.21 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency md5 0.7 is a bit outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
Dependency nom 7.1 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Dependency thiserror 1.0 is outdated
Upgrade to 2.0.17 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 = ["parser-implementations"]to theCargo.toml.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.