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.
leptos_form_tool
Could not find the crate in the repository
Make sure the main branch of
https://github\.com/mitchellmarinodev/leptos\_form\_tool
contains theCargo.toml
for the crate. If you have forked the crate, change the repository property inCargo.toml
to your fork's URL.Dependency leptos 0.6 is outdated
Upgrade to 0.7.8 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 leptos_router 0.6 is outdated
Upgrade to 0.7.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
bevy-pigeon
Dependency bevy ~0.7.0 is significantly outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
carrier-pigeon
Dependency bincode ~1.3 is slightly outdated
Consider upgrading to 2.0.1 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 hashbrown ~0.12 is outdated
Upgrade to 0.15.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
carrier-pigeon-netmsg-derive
Dependency syn 1.0.86 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
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?
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.