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.
amdfand
Dependency ron 0.1 is significantly outdated
Consider upgrading to 0.8.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
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.
Dependency toml 0.5 is outdated
Consider upgrading to 0.8.19 to get all the fixes and improvements.
Imprecise dependency requirement eyra = 0
Cargo does not always pick latest versions of dependencies! Specify the version as
eyra = "0.20.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.Optional dependency 'eyra' 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 'eyra' may have been unintentional.
amdvold
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.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.11 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.Dependency toml 0.5 is outdated
Consider upgrading to 0.8.19 to get all the fixes and improvements.
amdgpu
Dependency egui-winit 0.18 is significantly outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nix 0.24 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
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 ron 0.7 is outdated
Upgrade to 0.8.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Dependency toml 0.5 is outdated
Upgrade to 0.8.19 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 14 out of 15 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- 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:
Cargo.toml.orig
does not match the repository.Cargo.toml
exists, but elsewhere in the repo.
Looked for the crate in
crates/amdgpu/
. Fetchedhttps://github.com/eraden/amdgpud.git
eec83855d18e4aa26a5502f1a7ba9049358d7bdd.Checked on 2024-08-04
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.68, 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.
amdguid
Dependency egui =0.18 is significantly outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency image =0.24.0 is significantly outdated
Upgrade to 0.25.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency parking_lot =0.12.1 is significantly outdated
Upgrade to 0.12.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Locked dependency version egui =0.18
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.
Locked dependency version image =0.24.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.
Locked dependency version parking_lot =0.12.1
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.
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.
Imprecise dependency requirement bytemuck = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytemuck = "1.21.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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.62, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
wns
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"
).Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
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 = ["css", "style", "component", "prevent", "dialect"]
(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.
actix-jwt-session
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 redis 0.24 is significantly outdated
Upgrade to 0.28.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cookie 0.17.0 is outdated
Upgrade to 0.18.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency deadpool 0.10.0 is outdated
Upgrade to 0.12.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency deadpool-redis 0.14.0 is outdated
Upgrade to 0.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 1.0.0 to get all the fixes and improvements.
Dependency futures-lite 1.13.0 is outdated
Upgrade to 2.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency jsonwebtoken 8.3.0 is outdated
Upgrade to 9.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency ring 0.16.20 is outdated
Upgrade to 0.17.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.44 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Imprecise dependency requirement actix-web = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
actix-web = "4.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.Optional dependency 'r2d2' 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 'r2d2', 'argon2', 'tracing' may have been unintentional.
amdguid-glium
Dependency glium =0.31 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 egui-winit 0.18 is significantly outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency egui_glium =0.18 is significantly outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Dependency epaint =0.18 is significantly outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency winit =0.26 is significantly outdated
Consider upgrading to 0.30.8 to get all the fixes and improvements.
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.
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 13 out of 14 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '1.0.13'.
- 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:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.Cargo.toml
exists, but elsewhere in the repo.
Looked for the crate in
crates/amdguid-glium/
. Fetchedhttps://github.com/eraden/amdgpud.git
eec83855d18e4aa26a5502f1a7ba9049358d7bdd.Checked on 2024-08-04
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement bytemuck = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytemuck = "1.21.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.
amdmond-lib
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/eraden/amdgpud\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
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.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.
Dependency thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Dependency toml 0.5.8 is outdated
Upgrade to 0.8.19 to get all the fixes, and avoid causing duplicate dependencies in projects.
amdguid-glow
Dependency egui-winit 0.18 is significantly outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency egui_glow =0.18 is significantly outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency winit =0.26 is significantly outdated
Consider upgrading to 0.30.8 to get all the fixes and improvements.
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.
Dependency glow =0.11 is outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
Dependency glutin =0.28.0 is outdated
Consider upgrading to 0.32.2 to get all the fixes and improvements.
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 12 out of 14 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '1.0.13'.
- 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:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.Cargo.toml
exists, but elsewhere in the repo.backend.rs
exists, but elsewhere in the repo.backend.rs
does not match the repository.
Looked for the crate in
crates/amdguid-glow/
. Fetchedhttps://github.com/eraden/amdgpud.git
eec83855d18e4aa26a5502f1a7ba9049358d7bdd.Checked on 2024-07-24
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement bytemuck = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytemuck = "1.21.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.
argonfand
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 rppal 0.11.3 is outdated
Consider upgrading to 0.22.1 to get all the fixes and improvements.
Dependency toml 0.5.8 is outdated
Consider upgrading to 0.8.19 to get all the fixes and improvements.
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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["minimalist", "fan", "case", "control", "threaded"]
(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.
amdfan
Dependency tui 0.18.0 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.
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/eraden/amdgpud\.git
Dependency crossterm 0.23.2 is significantly outdated
Consider upgrading to 0.28.1 to get all the fixes and improvements.
Dependency ron 0.1 is significantly outdated
Consider upgrading to 0.8.1 to get all the fixes and improvements.
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.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.
Dependency toml 0.5 is outdated
Consider upgrading to 0.8.19 to get all the fixes and improvements.
pay_u
Dependency derive_more 0.99.17 is outdated
Consider upgrading to 1.0.0 to get all the fixes and improvements.
Dependency reqwest 0.11.10 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Incorrect category
Crate's categories property in
Cargo.toml
contains 'payment', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
Incorrect category
Crate's categories property in
Cargo.toml
contains 'payu', which isn't a category we recognize
amdgpu-config
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.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Dependency toml 0.5 is outdated
Upgrade to 0.8.19 to get all the fixes, and avoid causing duplicate dependencies in projects.
amdguid-wayland
Dependency egui-winit 0.18 is significantly outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency epaint =0.18 is significantly outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency vulkano =0.29.0 is significantly outdated
Consider upgrading to 0.34.1 to get all the fixes and improvements.
Dependency vulkano-shaders =0.29.0 is significantly outdated
Consider upgrading to 0.34.0 to get all the fixes and improvements.
Dependency vulkano-win =0.29.0 is significantly outdated
Consider upgrading to 0.34.0 to get all the fixes and improvements.
Dependency winit =0.26 is significantly outdated
Consider upgrading to 0.30.8 to get all the fixes and improvements.
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.
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 12 out of 14 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '1.0.13'.
- 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:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.Cargo.toml
exists, but elsewhere in the repo.backend.rs
exists, but elsewhere in the repo.backend.rs
does not match the repository.
Looked for the crate in
crates/amdguid-wayland/
. Fetchedhttps://github.com/eraden/amdgpud.git
eec83855d18e4aa26a5502f1a7ba9049358d7bdd.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement bytemuck = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytemuck = "1.21.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.
hars
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"
).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 console 0.9.2 is significantly outdated
Consider upgrading to 0.15.10 to get all the fixes and improvements.
Dependency directories 2.0.2 is significantly outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency reqwest 0.10.1 is significantly outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
Dependency serde_yaml 0.8.11 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio 0.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency uuid 0.8.1 is significantly outdated
Consider upgrading to 1.12.0 to get all the fixes and improvements.
Dependency clap 2.33.0 is outdated
Consider upgrading to 4.5.27 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["harmonogram", "cli", "rebased", "sh", "rustup"]
(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.
amdportsd
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/eraden/amdgpud\.git
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.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.
Dependency eyra 0.16.3 is outdated
Consider upgrading to 0.20.0 to get all the fixes and improvements.
Dependency ron 0.7.1 is outdated
Consider upgrading to 0.8.1 to get all the fixes and improvements.
amdmond
Dependency pretty_env_logger 0.4.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Dependency toml 0.5.8 is outdated
Consider upgrading to 0.8.19 to get all the fixes and improvements.
amdgui-helper
Dependency nix 0.23.1 is significantly outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Dependency pretty_env_logger 0.4.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency ron 0.7.0 is outdated
Consider upgrading to 0.8.1 to get all the fixes and improvements.
Dependency thiserror 1.0.30 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Dependency toml 0.5.8 is outdated
Consider upgrading to 0.8.19 to get all the fixes and improvements.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.