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.
codeberg-cli
Dependency config 0.14 is outdated
Upgrade to 0.15.11 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 dirs 5.0 is outdated
Upgrade to 6.0.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.Dependency forgejo-api 0.4 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency git2 0.19 is outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.13 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.26 is outdated
Upgrade to 0.27.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 = ["network-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.
bevy-trait-query
Failed to verify create's content against its repository
Partially verified 30 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
bevy-trait-query/
. Fetchedhttps://github.com/joseph-gio/bevy-trait-query.git
c662534cfe93d9f079ea3a7daaaa11ad60a07f25.Checked on 2025-04-26
This check is experimental.
lubeck
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-07-24
Latest prerelease is old
It's been over 2 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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
ifc_rs
Dependency winnow 0.6 is significantly outdated
Upgrade to 0.7.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_math 0.14 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency downcast-rs 1.2 is a bit outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency itertools 0.13 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.26 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 260 out of 262 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 355499646f21266c3f640dcc8deea61426f2800b, 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.
- error: Dependencies don't match: 'ifc_rs_verify_derive' uses different versions: '0.1.0-alpha.9' vs '0.1.0-alpha.8'.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.string.rs
exists, but elsewhere in the repo.string.rs
does not match the repository.
Looked for the crate in
ifc_rs/
. Fetchedhttps://github.com/metabuilddev/ifc_rs.git
fab75f7373b55d97eef381de6c477aebc601514b.Checked on 2024-12-08
- warning: Crate tarball has been published from the commit 355499646f21266c3f640dcc8deea61426f2800b, which is not in the repository.
ifc_rs, forgejo-api-types, lubeck, voxide, cod-cli
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
forgejo-api-types
Dependency strum 0.25 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 257 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://codeberg.org/VoiDD/forgejo-api-types
a384397cec456532b902e6ccc373f90e2e3ef6fa.Checked on 2024-08-10
Dependency derive-new 0.5 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.14 is outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
voxide
Published crate doesn't match its repository
Partially verified 5 files (includes 2 Cargo-generated).
Fetched
https://codeberg.org/Aviac/voxide
01683cd7a0fed81c5f12f7e0d415076480c1bdcd.Checked on 2024-10-13
README missing from the repository
We've searched
https://codeberg\.org/Aviac/voxide
and could not find a README file there.Missing keywords
Help users find your crates. Add
keywords = ["voxide"]
(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.
bevy-trait-query, ifc_rs, voxide, ifc_rs_verify_derive
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
geo-svg
Dependency geo 0.29.0 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
cod-git-info, cod-bin, cod-types, cod-endpoints, cod-paths, cod-actions, cod-render
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
keepops
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.
ifc_rs_verify_derive
Published crate doesn't match its repository
Partially verified 7 files (includes 2 Cargo-generated).
Looked for the crate in
ifc_rs_verify_derive/
. Fetchedhttps://github.com/metabuilddev/ifc_rs.git
355499646f21266c3f640dcc8deea61426f2800b.Checked on 2025-04-27
cod-actions
Dependency inquire 0.5.3 is significantly outdated
Upgrade to 0.7.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.24.1 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webbrowser 0.8.4 is outdated
Upgrade to 1.0.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
bevy-trait-query-impl
Failed to verify create's content against its repository
Partially verified 6 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
bevy-trait-query-impl/
. Fetchedhttps://github.com/joseph-gio/bevy-trait-query.git
c662534cfe93d9f079ea3a7daaaa11ad60a07f25.Checked on 2025-04-28
Imprecise dependency requirement proc-macro-crate = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
proc-macro-crate = "3.3.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.
cod-render
Dependency inquire 0.5.3 is significantly outdated
Upgrade to 0.7.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
cod-types
Dependency derive-new 0.5.9 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.24.1 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
cod-types, cod-endpoints, cod-client, cod-actions
Dependency reqwest 0.11.14 is outdated
Upgrade to 0.12.15 to get all the fixes, and avoid causing duplicate dependencies in projects.
cod-client
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.
cod-paths
Dependency dirs 4.0.0 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
rusty-gum
Dependency structopt 0.3 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Dependency dialoguer 0.10 is outdated
Upgrade to 0.11.0 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 = ["command-line-utilities"]
to theCargo.toml
.
speakln
Dependency tts 0.24 is significantly outdated
Upgrade to 0.26.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::audio"]
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
.