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.
dsh_sdk
Dependency apache-avro 0.17 is outdated
Upgrade to 0.18.0 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.
Failed to verify create's content against its repository
Partially verified 76 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.6.1'.
- 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.lock
not found.
Looked for the crate in
dsh_sdk/
. Fetchedhttps://github.com/kpn-dsh/dsh-sdk-platform-rs.git
5a88f2b2b71b11774e3f2eb5396e1224756be9e6.Checked on 2025-04-27
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.6.1'.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config"]
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.
Optional dependency 'reqwest' 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 'reqwest', 'apache-avro', 'bytes', 'rcgen', 'base64', 'hyper-util', 'rdkafka', 'tokio', 'sha2', 'protofish', 'http-body-util', 'hyper', 'serde_json', 'tokio-util', 'pem' may have been unintentional.
dsh_rest_api_client
Failed to verify create's content against its repository
Partially verified 12 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.3.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
dsh_rest_api_client/
. Fetchedhttps://github.com/kpn-dsh/dsh-sdk-platform-rs.git
60ae57605c6f18f2da255d6f6382c35b34b86e4a.Checked on 2025-04-27
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.3.0'.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.