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.
verso
Imprecise dependency requirement regex = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
regex = "1.11.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.
sgp4-rs
Dependency argmin 0.8.1 is significantly outdated
Upgrade to 0.10.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.
Dependency argmin-math 0.3.0 is outdated
Upgrade to 0.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 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
Verified 21 out of 22 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 20114de191e756abcc13f7531e3bc59149fa07e3, 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: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.4.1'.
- 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.toml.orig
does not match the repository.
Fetched
https://github.com/nsat/sgp4-rs.git
taggedv0.4.1
(c004a88cf1017b93a079e5d23f76fc78cb55ba38).Checked on 2024-08-04
This check is experimental.
- warning: Crate tarball has been published from the commit 20114de191e756abcc13f7531e3bc59149fa07e3, which is not in the repository.
validatron
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/validatron ). Please try again later.
validatron_derive
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/validatron_derive ). Please try again later.
slack-bk
Internal error
We couldn't check this crate at this time, because: deadline has elapsed. 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
.