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.
oxide-spark
Dependency strum 0.23.0 is significantly outdated
Upgrade to 0.27.1 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.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Dependency config 0.13.3 is outdated
Upgrade to 0.15.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency embedded-hal 0.2.7 is a bit outdated
Consider upgrading to 1.0.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 embedded-svc 0.25 is outdated
Upgrade to 0.28.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency embuild 0.31.2 is outdated
Upgrade to 0.33.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency esp-idf-hal 0.41 is outdated
Upgrade to 0.45.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency esp-idf-svc 0.46 is outdated
Upgrade to 0.51.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency esp-idf-sys 0.33 is outdated
Upgrade to 0.36.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency shared-bus 0.2.5 is outdated
Upgrade to 0.3.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency shtcx 0.11.0 is slightly outdated
Consider upgrading to 1.0.0 to get all the fixes and improvements.
Dependency smart-leds 0.3.0 is outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency thiserror 1.0.44 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency ws2812-esp32-rmt-driver 0.6.0 is outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
Optional dependency 'esp-idf-svc' 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 'esp-idf-svc', 'esp-idf-hal', 'embedded-svc' may have been unintentional.
oxide-spark-utils
Dependency strum 0.25.0 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency config 0.13.3 is outdated
Upgrade to 0.15.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency embedded-svc 0.25.3 is outdated
Upgrade to 0.28.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency smart-leds 0.3.0 is outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.