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.
trieve-client
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Dependency reqwest ^0.11 is outdated
Upgrade to 0.12.12 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 serde_with ^2.0 is outdated
Upgrade to 3.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
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 = ["api-client", "open-api", "trieve"]
(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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.63, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
broccoli_queue
Dependency time 0.3.37 is significantly outdated
Upgrade to 0.3.39 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bb8-redis 0.18.0 is outdated
Upgrade to 0.21.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency redis 0.27.5 is outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 31 out of 32 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit d0b024bafd979b3b25b7e364f4507807dc3a81dc, which is not in the repository.
- 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
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.Cargo.toml.orig
does not match the repository.
Fetched
https://github.com/densumesh/broccoli.git
f218f94ecd31ed06ec772be4be5c3cd1e3ad99e9.Checked on 2025-02-16
This check is experimental.
- warning: Crate tarball has been published from the commit d0b024bafd979b3b25b7e364f4507807dc3a81dc, which is not in the repository.
Imprecise dependency requirement uuid = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
uuid = "1.15.0"
. IfCargo.lock
ends 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-versions
flag, 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-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["message-queue", "message-broker", "rabbitmq", "job-queue", "connection"]
(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.
broccoli_queue, hallucination-detection, clickhouse-trieve
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.
trieve
Dependency tabled 0.15.0 is outdated
Consider upgrading to 0.18.0 to get all the fixes and improvements.
Dependency ureq 2.9.6 is a bit outdated
Consider upgrading to 3.0.8 to get all the fixes and improvements.
hallucination-detection
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::ml"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["detection", "ner", "noun", "rag", "analysis"]
(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.Optional dependency 'rust-bert' 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 'rust-bert', 'ort' may have been unintentional.
clickhouse-trieve
Dependency sha-1 0.10 has issues
It may not be actively developed any more. Consider changing the dependency.
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
Dependency clickhouse-derive 0.1.1 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency hyper 0.14 is outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper-tls 0.5.0 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sealed 0.5 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.16 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 51 out of 52 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Could not discover crate's location in its repository (via tags).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.
Fetched
https://github.com/loyd/clickhouse.rs.git
24b39c76bc1fc89ee9303223438983dc9ea6fa0e.Checked on 2024-07-24
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement uuid = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
uuid = "1.15.0"
. IfCargo.lock
ends 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-versions
flag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
chm
Dependency clickhouse 0.11.6 is outdated
Consider upgrading to 0.13.1 to get all the fixes and improvements.
Dependency derive_more 0.99.7 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
No issues found in: trieve-cli
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.