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.
arbor
Dependency time 0.2.25 is significantly outdated
Upgrade to 0.3.41 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.
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Dependency rand 0.8.0 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Dependency rand_xorshift 0.3.0 is outdated
Upgrade to 0.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustc-hash 1.1.0 is a bit 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.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
.