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.
tsyncp
Dependency prost 0.12 is significantly outdated
Upgrade to 0.13.5 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.
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.219"
. 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.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
Dependency bincode 1.3.3 is slightly outdated
Consider upgrading to 2.0.1 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.Optional dependency 'serde' 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 'serde', 'serde_json' may have been unintentional.
jlf
Dependency etcetera 0.9.0 is significantly outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strip-ansi-escapes =0.2.0 is significantly outdated
Upgrade to 0.2.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Locked dependency version strip-ansi-escapes =0.2.0
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
extension-eyre
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.
Missing keywords
Help users find your crates. Add
keywords = ["extension", "eyre", "extension-eyre", "report"]
(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_bsml
Dependency bevy_text 0.14.1 is significantly outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_app 0.14.1 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_asset 0.14.1 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_color 0.14.1 is outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_ecs 0.14.1 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_hierarchy 0.14.1 is outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_render 0.14.1 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bevy_ui 0.14.1 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99 is outdated
Upgrade to 2.0.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 = ["game-development"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["bevy", "tailwind", "tailwind-css", "bsml", "node"]
(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.
replace_ident_in_expr
Published crate doesn't match its repository
Partially verified 4 files (includes 2 Cargo-generated).
Looked for the crate in
replace_ident_in_expr/
. Fetchedhttps://github.com/poonesnerfect/bevy_bsml.git
0babbebb322255fa4a49581f3731d94f29099d43.Checked on 2024-08-10
This check is experimental.
bit_gossip
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Needs to specify correct MSRV
We estimate that this crate requires at least Rust 1.60, but specified Rust 1.56 as the minimum version. Add
rust-version = "1.60"
to theCargo.toml
.
tosserror
Published crate doesn't match its repository
Partially verified 9 files (includes 2 Cargo-generated).
Fetched
https://github.com/poonesnerfect/tosserror.git
4b8821152e8fab5a2eef2e258413868d132cc6a4.Checked on 2024-08-04
Needs to specify correct MSRV
We estimate that this crate requires at least Rust 1.63, but specified Rust 1.56 as the minimum version. Add
rust-version = "1.63"
to theCargo.toml
.
tsyncp, tosserror, typesensei
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
typesensei
Dependency borrowme 0.0.14 is slightly outdated
Consider upgrading to 0.0.15 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.
Failed to verify create's content against its repository
Verified 17 out of 18 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit 7442aa74624eccfea6b4c22df7f9b1251bf7f278, 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: There is no matching git tag containing version '0.2.0'.
- 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:
.gitrepo
not found.
Fetched
https://github.com/poonesnerfect/typesensei.git
8b3b84e7644535d53ea1b0d5c7909004c6c29239.Checked on 2025-04-27
replace_ident
Published crate doesn't match its repository
Partially verified 4 files (includes 2 Cargo-generated).
Looked for the crate in
replace_ident/
. Fetchedhttps://github.com/poonesnerfect/bevy_bsml.git
50ed76da6726d5050470d0f4f15fb2b5fe2a07f3.Checked on 2024-07-28
jconf
Dependency toml 0.7 is significantly outdated
Consider upgrading to 0.8.22 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["place", "jconf", "config"]
(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.
replace_ident_in_expr, replace_ident, tosserror-derive, mockem-derive
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
tosserror-derive
Published crate doesn't match its repository
Partially verified 7 files (includes 2 Cargo-generated).
Looked for the crate in
derive/
. Fetchedhttps://github.com/poonesnerfect/tosserror.git
4b8821152e8fab5a2eef2e258413868d132cc6a4.Checked on 2024-07-24
Needs to specify correct MSRV
We estimate that this crate requires at least Rust 1.63, but specified Rust 1.56 as the minimum version. Add
rust-version = "1.63"
to theCargo.toml
.
mockem-derive
Published crate doesn't match its repository
Partially verified 5 files (includes 2 Cargo-generated).
Looked for the crate in
derive/
. Fetchedhttps://github.com/poonesnerfect/mockem.git
946192033c4afe5928d87f5cadf397e9e008d2ca.Checked on 2024-07-28
oofs_derive
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: mockem typesensei_derive oofs po_ones_nerfect dma_gpio
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.