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.
dax_service_forgejo, dax_fetcher_http, dax_verifier, dax, dax_core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
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.
dax
Failed to verify create's content against its repository
Verified 3 out of 9 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 1528b29bb39d6ddeefbc24027e79bf88d6e3d77b, 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: 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
not found.README.md
does not match the repository.Cargo.toml.orig
does not match the repository.verify-forgejo.rs
not found.src/
lib.rs
does not match the repository.services.rs
not found.verifier.rs
does not match the repository.
Looked for the crate in
dax/
. Fetchedhttps://codeberg.org/keyoxide/dax-rs
ff17878587ed2b1c0e8dadb6e189811a01f98c6f.Checked on 2024-07-28
This check is experimental.
- warning: Crate tarball has been published from the commit 1528b29bb39d6ddeefbc24027e79bf88d6e3d77b, which is not in the repository.
Optional dependency 'dax_service_forgejo' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'dax_service_forgejo' may have been unintentional.
dax_fetcher_http
Dependency ureq 2.9 is a bit outdated
Consider upgrading to 3.0.8 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.
dax_verifier
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
dax_core
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.