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.
nebari
Dependency flume 0.10.10 is significantly outdated
Upgrade to 0.12.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 lru 0.7.0 is significantly outdated
Upgrade to 0.16.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
lrumap
Dependency hashbrown 0.13.2 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
alot
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]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 = ["slot-map", "usize-sized", "generational", "unique-ids", "ordered-collections"](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.
englishid
Dependency thiserror 1 is outdated
Upgrade to 2.0.17 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.Imprecise dependency requirement once_cell = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
once_cell = "1.21.0". IfCargo.lockends 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-versionsflag, 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-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.
justjson
Dependency heapless 0.8.0 is a bit outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
nominals
Failed to verify create's content against its repository
Partially verified 84 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
Fetched
https://github.com/khonsulabs/nominals.gittaggedv0.3.1(da5033e889abd9d8356bf19ae959f7b3796d826d).Checked on 2025-04-29
This check is experimental.
englishid, transmog, actionable-macros
Latest stable release is old
It's been over 3 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").If the crate is truly stable, why not make a 1.0.0 release?
nebari, watchable, easygpu, kludgine-app
Dependency thiserror 1.0.30 is outdated
Upgrade to 2.0.17 to get all the fixes, and avoid causing duplicate dependencies in projects.
watchable
Dependency event-listener 4.0.1 is significantly outdated
Upgrade to 5.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
easygpu
Dependency wgpu 0.16.0 is significantly outdated
Upgrade to 28.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency figures 0.1.2 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]to theCargo.toml.
okaywal
Dependency flume 0.11.0 is a bit outdated
Consider upgrading to 0.12.0 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.58 as the minimum version. Add
rust-version = "1.60"to theCargo.toml.
figures
Dependency wgpu 23.0.0 is outdated
Upgrade to 28.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'winit' 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 'winit' may have been unintentional.
pulldown-cmark-frontmatter
Dependency pulldown-cmark 0.12 is significantly outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
transmog, actionable-macros, ncog, allochronic
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
kludgine-app
Dependency smol 1.2.5 is outdated
Upgrade to 2.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.64, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
transmog
Buggy README path
The non-local path to readme specified as
\.\./\.\./README\.mdexposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.
lockedbox
Dependency memsec 0.6.3 is significantly outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
actionable-macros
Dependency darling 0.13 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 1.0.86 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Buggy README path
The non-local path to readme specified as
\.\./README\.mdexposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Dependency thiserror 1.0.30 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
refuse-macros
Dependency attribute-derive 0.9.1 is outdated
Upgrade to 0.10.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
gooey-macros
Dependency attribute-derive 0.8.1 is significantly outdated
Upgrade to 0.10.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency manyhow 0.10.0 is significantly outdated
Upgrade to 0.11.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
magrathea
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/magrathea ) failed. Please try again later.
basws-client
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/basws-client ) failed. Please try again later.
refuse
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/refuse ) failed. Please try again later.
kludgine
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kludgine ). Please try again later.
cushy
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cushy ) failed. Please try again later.
bonsaidb
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/bonsaidb ). Please try again later.
bonsaidb-files
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/bonsaidb-files ). Please try again later.
transmog-json
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/transmog-json ) failed. Please try again later.
kludgine-core
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kludgine-core ) failed. Please try again later.
refuse-pool
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/refuse-pool ) failed. Please try again later.
transmog-versions
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/transmog-versions ) failed. Please try again later.
bonsaidb-keystorage-s3
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bonsaidb-keystorage-s3 ) failed. Please try again later.
bonsaidb-client
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bonsaidb-client ) failed. Please try again later.
arc-bytes
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/arc-bytes ) failed. Please try again later.
actionable
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/actionable ) failed. Please try again later.
bonsaidb-server
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bonsaidb-server ) failed. Please try again later.
bonsaidb-local
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bonsaidb-local ) failed. Please try again later.
transmog-cbor
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/transmog-cbor ) failed. Please try again later.
transmog-bincode
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/transmog-bincode ) failed. Please try again later.
bonsaidb-core
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bonsaidb-core ) failed. Please try again later.
cushy-macros
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cushy-macros ) failed. Please try again later.
gooey
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gooey ) failed. Please try again later.
pliantdb
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/pliantdb ). Please try again later.
pliantdb-server
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/pliantdb-server ) failed. Please try again later.
allochronic
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
pliantdb-client
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/pliantdb-client ). Please try again later.
pliantdb-jobs
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/pliantdb-jobs ). Please try again later.
pliantdb-core
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/pliantdb-core ). Please try again later.
pliantdb-macros
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/pliantdb-macros ). Please try again later.
fabruic
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/fabruic ) failed. Please try again later.
circulate
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/circulate ). Please try again later.
allochronic-util
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/allochronic-util ). Please try again later.
allochronic-util-macros
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/allochronic-util-macros ). Please try again later.
transmog-pot
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/transmog-pot ). Please try again later.
sirlog
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sirlog ) failed. Please try again later.
sqlx-simple-migrator
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sqlx-simple-migrator ) failed. Please try again later.
budlang, sediment, stylecs, custodian, timings, ncog, budlang-cli, budvm
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
basws
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/basws ) failed. Please try again later.
transmog-async
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/transmog-async ) failed. Please try again later.
basws-server
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/basws-server ) failed. Please try again later.
basws-yew
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/basws-yew ) failed. Please try again later.
basws-shared
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/basws-shared ) failed. Please try again later.
yew-bulma
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/yew-bulma ) failed. Please try again later.
rgx-lyon
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/rgx-lyon ) failed. Please try again later.
async-handle
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/async-handle ). Please try again later.
amuse
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/amuse ). Please try again later.
muse
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/muse ). Please try again later.
rustme
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/rustme ) failed. Please try again later.
bonsaidb-macros
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bonsaidb-macros ) failed. Please try again later.
pliantdb-local
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/pliantdb-local ). Please try again later.
No issues found in: rsn appit easing-function pot kempt intentional bonsaidb-utils interner cityhasher easygpu-lyon ordered-varint
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.