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.
opensrv-mysql
Dependency tokio-rustls 0.25 is significantly outdated
Upgrade to 0.26.4 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 mysql_common 0.32.0 is outdated
Upgrade to 0.36.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom 7.1.0 is a bit outdated
Consider upgrading to 8.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.Failed to verify create's content against its repository
Partially verified 31 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.7.0'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
mysql/. Fetchedhttps://github.com/datafuselabs/opensrv.git53a741f395389807ca83f58af4f73291a60bcd98.Checked on 2024-08-10
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.7.0'.
Optional dependency 'pin-project-lite' 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 'pin-project-lite', 'tokio-rustls' may have been unintentional.
ritelinked
Dependency ahash 0.7 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency hashbrown 0.11 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency griddle 0.5.1 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
ritelinked, ritehash, naive-cityhash, failpoints, ritecache
Latest stable release is old
It's been over 4 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?
bitsvec
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").Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
License MIT / Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.
breve
Published crate doesn't match its repository
Partially verified 12 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Fetched
https://github.com/psiace/breve.gitef82433a821ba6cf09512695b8b81f282742916e.Checked on 2025-03-15
Imprecise dependency requirement crossbeam-queue = 0
Cargo does not always pick latest versions of dependencies! Specify the version as
crossbeam-queue = "0.3.12". IfCargo.lockends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versionsflag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.
micromarshal
Dependency ordered-float 4.1.0 is outdated
Upgrade to 5.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Partially verified 9 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.7.0'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Looked for the crate in
components/micromarshal/. Fetchedhttps://github.com/datafuselabs/opensrv.git4b343524e7bd198221cdf91aee6a811e8aa3df79.Checked on 2024-07-28
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.7.0'.
failpoints
Dependency parking_lot 0.11.2 is significantly outdated
Upgrade to 0.12.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.4 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
naive-cityhash
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]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.
Missing keywords
Help users find your crates. Add
keywords = ["city-hash", "128-bit", "native", "64-bit", "naive"](up to 5) to theCargo.toml. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
ritecache
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["caching"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["cache", "knows", "smart", "data", "disk"](up to 5) to theCargo.toml. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
nave
Dependency twox-hash 1.5.0 is a bit outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
Latest stable release is old
It's been over 5 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").
moria
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Latest stable release is old
It's been over 5 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").
argh-demo
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["argh", "subcommand", "demo", "command", "command-line-arguments"](up to 5) to theCargo.toml. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
ritekv
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency parking_lot 0.11.1 is significantly outdated
Upgrade to 0.12.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency griddle 0.4.1 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.23 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["key-value-store", "in-memory", "result", "experimental", "io"](up to 5) to theCargo.toml. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
loge
Dependency colored 1.9 is significantly outdated
Upgrade to 3.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
ritenn
Dependency flexbuffers 0.2.2 is significantly outdated
Upgrade to 25.12.19 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Dependency rand_distr 0.4 is outdated
Upgrade to 0.5.1 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 = ["science::ml"]to theCargo.toml.
ritemlcr
Dependency parking_lot 0.11 is significantly outdated
Upgrade to 0.12.5 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 = ["caching"]to theCargo.toml.
bub
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
bub, recrush, quirk, ritedb
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
ritedb
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/ritedb/ritedb\.gitAt the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
opendal
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/opendal ) failed. Please try again later.
tissue
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/tissue ) failed. Please try again later.
opensrv-clickhouse
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/opensrv-clickhouse ) failed. Please try again later.
riteraft
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/riteraft ) failed. Please try again later.
abode
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/abode ) failed. Please try again later.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.