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.
simplelog
Dependency ansi_term 0.12 has issues
It may not be actively developed any more. Consider changing the dependency.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config", "development-tools::debugging"]
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.
input
Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["gui", "os", "external-ffi-bindings"]
in yourCargo.toml
.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.63, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and 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.
udev
Dependency mio 0.7 is significantly outdated
Upgrade to 1.0.3 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 mio 0.8 is significantly outdated
Upgrade to 1.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency mio ^0.6.21 is significantly outdated
Upgrade to 1.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency io-lifetimes 1.0.3 is a bit outdated
Consider upgrading to 2.0.4 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.42, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
wlcs
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Dependency nix 0.27.1 is significantly outdated
Upgrade to 0.30.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.
Missing keywords
Help users find your crates. Add
keywords = ["wlcs", "suite", "extension"]
(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.
gbm
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.9.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.Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["memory-management", "external-ffi-bindings"]
in yourCargo.toml
.Optional dependency 'wayland-server' 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 'wayland-server', 'wayland-backend', 'drm' may have been unintentional.
drm
Dependency rustix 0.38.22 is outdated
Upgrade to 1.0.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.9.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.Missing keywords
Help users find your crates. Add
keywords = ["drm", "api", "driver", "manager", "gpu"]
(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.
drm-fourcc
Dependency bindgen 0.57.0 is significantly outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
drm-sys
Dependency linux-raw-sys 0.6 is significantly outdated
Upgrade to 0.9.4 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 = "drm"
to crate'sCargo.toml
to 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.
Dependency bindgen 0.69.1 is outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["api", "drm", "drm-sys"]
(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 'pkg-config' 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 'pkg-config', 'bindgen' may have been unintentional.
drm-ffi
Dependency rustix 0.38.22 is outdated
Upgrade to 1.0.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["drm", "api", "drm-ffi"]
(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
README
file for the project, so that information about is included in the crates.io tarball.
gbm-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "gbm"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.Dependency bindgen 0.69 is outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["algorithms", "external-ffi-bindings"]
in yourCargo.toml
.No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Optional dependency 'bindgen' 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 'bindgen' may have been unintentional.
input-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "input"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.Dependency bindgen 0.69 is outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["os", "external-ffi-bindings"]
in yourCargo.toml
.
input-sys, wlc-sys, shaders_graphics2d_gles
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.
wlc
Incorrect dependency requirement wlc-sys = 0.0.8
We could not parse it. Please check the semver syntax.
Cargo used to be more forgiving about the semver syntax, so it's possible that an already-published crate doesn't satisfy the current rules.
Dependency bitflags 0.8 is significantly outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lazy_static 0.2 is significantly outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency log 0.3 is significantly outdated
Upgrade to 0.4.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num-traits ^0.1.35 is significantly outdated
Upgrade to 0.2.19 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde 0.9 is significantly outdated
Upgrade to 1.0.219 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_derive 0.9 is significantly outdated
Upgrade to 1.0.219 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency xkbcommon 0.2 is significantly outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wayland-server 0.8 is outdated
Upgrade to 0.31.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
opengles_graphics
Incorrect dependency requirement shaders_graphics2d_gles = 0.2.0
We could not parse it. Please check the semver syntax.
Dependency gl_generator 0.5.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency image 0.12.0 is significantly outdated
Upgrade to 0.25.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency khronos_api 0.0.8 is significantly outdated
Upgrade to 3.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency piston2d-graphics 0.21.0 is significantly outdated
Upgrade to 0.45.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rusttype 0.2.0 is significantly outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency piston-texture 0.5.0 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency shader_version 0.2.0 is outdated
Upgrade to 0.7.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 = ["rendering::graphics-api"]
to theCargo.toml
.
fireplace_lib
Dependency chrono 0.3 is significantly outdated
Upgrade to 0.4.41 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency conrod 0.51 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency font-loader ~0.1.4 is significantly outdated
Upgrade to 0.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency image ^0.12.1 is significantly outdated
Upgrade to 0.25.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency linked-hash-map 0.4 is significantly outdated
Upgrade to 0.5.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency piston2d-graphics 0.20 is significantly outdated
Upgrade to 0.45.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde 0.9 is significantly outdated
Upgrade to 1.0.219 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_derive 0.9 is significantly outdated
Upgrade to 1.0.219 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency slog 1.5 is significantly outdated
Upgrade to 2.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency slog-scope 0.2 is significantly outdated
Upgrade to 4.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency typemap 0.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Locked dependency version opengles_graphics =0.1.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.
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.Dependency egli ^0.2.1 is slightly outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency opengles_graphics =0.1.0 is slightly outdated
Consider upgrading to 0.1.1 to get all the fixes and improvements.
Dependency piston-texture 0.5 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
fireplace_lib, wlc, opengles_graphics, wlc-sys, shaders_graphics2d_gles
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.
wlc-sys
Dependency bindgen 0.22 is significantly outdated
Upgrade to 0.71.1 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 = "wlc"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["gui", "external-ffi-bindings"]
in yourCargo.toml
.Published crate contains binary files
The crate contains binary files (obscure autoconf code). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
shaders_graphics2d_gles
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]
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
.