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.
cbindgen
Dependency toml ^0.9 is significantly outdated
Upgrade to 1.1.0+spec-1.1.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 syn ^2.0.85 is outdated
Upgrade to 3.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tempfile = ^3
Cargo does not always pick latest versions of dependencies! Specify the version as
tempfile = "3.27.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.
bindgen-cli
Dependency env_logger ^0.10.0 is outdated
Consider upgrading to 0.11.11 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
precomputed-hash
README missing from the repository
We've searched
https://github\.com/emilio/precomputed\-hash\.gitand could not find a README file there.Latest stable release is old
It's been over 8 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?
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]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 = ["hash", "precomputed", "expose", "intending", "base"](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.
cexpr
README missing from the repository
We've searched
https://github\.com/jethrogb/rust\-cexpr\.gitand could not find a README file there.Dependency nom ^7 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Latest stable release is old
It's been over 4 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").License Apache-2.0/MIT is not in SPDX syntax
Use
ORinstead of/.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]to theCargo.toml.
malloc_size_of_derive
Imprecise dependency requirement syn = ^2
Cargo does not always pick latest versions of dependencies! If
Cargo.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.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.
Published crate doesn't match its repository
Partially verified 7 files (includes 2 Cargo-generated).
Fetched
https://github.com/bholley/malloc_size_of_derive.git9439206419825b9b3687b5a9d9a9a6dd29330854.Checked on 2024-08-04
This check is experimental.
Dependency syn ^2 is outdated
Upgrade to the latest version 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.56, which is newer than the last 2015-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.
mozangle
Imprecise dependency requirement walkdir = ^2
Cargo does not always pick latest versions of dependencies! Specify the version as
walkdir = "2.5.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["angle", "fork", "google", "mozilla", "compile"](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.Optional dependency 'gl_generator' 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 'gl_generator', 'libz-sys' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.83, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.
cssparser-color
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["css-parser", "component", "value", "color", "level"](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.No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
precomputed-hash, cexpr, lmdb-rkv-sys, euclid_macros
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.
thin-vec
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["vec", "space", "allocate", "stack", "less"](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.
lmdb-rkv-sys
Dependency bindgen ^0.53.2 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "lmdb-rkv"to crate'sCargo.tomlto avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.This is also needed to protect your crate from duplicate older versions of itself. C symbols are global, and duplicate symbols can cause all sorts of breakage.
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.Latest stable release is old
It's been over 4 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").
rkv
Dependency bincode ^1.0 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.82, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.
euclid_macros
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Dependency proc-macro2 ^0.4 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn ^0.15 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 7 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").License MIT / Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.
selectors
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/selectors ). Please try again later.
servo_arc
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo_arc ). Please try again later.
bindgen
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bindgen ) failed. Please try again later.
origin-trial-token
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/origin-trial-token ). Please try again later.
lmdb-rkv
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/lmdb-rkv ) failed. Please try again later.
offscreen_gl_context
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/offscreen_gl_context ) failed. Please try again later.
libbindgen
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/libbindgen ) failed. Please try again later.
No issues found in: uluru
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.