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.
natsuki
Dependency shuttle-runtime 0.44.0 is significantly outdated
Consider upgrading to 0.49.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 csscolorparser 0.6.2 is a bit outdated
Consider upgrading to 0.7.0 to get all the fixes and improvements.
Dependency shuttle-serenity 0.44.0 is outdated
Consider upgrading to 0.49.0 to get all the fixes and improvements.
dds-bridge, pons
Dependency thiserror 1.0.61 is slightly outdated
Consider upgrading to 2.0.8 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.
dds-bridge-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "dds-bridge"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.This is also needed to protect your crate from duplicate older versions of itself. C symbols are global, and duplicate symbols can cause all sorts of breakage.
Dependency bindgen 0.69.4 is outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
minifloat
Latest stable release is old
It's been over 6 months. 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"
).Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
core-math-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "core-math"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.Dependency bindgen 0.70.1 is outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: metallic core-math metaprogramming
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.