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.
lookas
Dependency cpal 0.15 is a bit outdated
Consider upgrading to 0.17.3 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency crossterm 0.27 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dirs 5.0 is outdated
Upgrade to 6.0.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.Imprecise dependency requirement rustfft = 6
Cargo does not always pick latest versions of dependencies! Specify the version as
rustfft = "6.4.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.
rlls
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repositoryURL inCargo.tomlis correct and works withgit clone. The repository must be public.
- Make sure the
Checked on 2025-10-12
This check is experimental.
Dependency which 6.0 is significantly outdated
Upgrade to 8.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest prerelease is old
It's been over 6 months. 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.
Dependency console 0.15 is outdated
Consider upgrading to 0.16.3 to get all the fixes and improvements.
Dependency dialoguer 0.11 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fs-err 2.11 is outdated
Consider upgrading to 3.3.0 to get all the fixes and improvements.
Dependency indicatif 0.17 is outdated
Consider upgrading to 0.18.4 to get all the fixes and improvements.
gcm_rs
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repositoryURL inCargo.tomlis correct and works withgit clone. The repository must be public.
- Make sure the
Checked on 2025-11-30
Dependency pyo3 0.18 is significantly outdated
Upgrade to 0.28.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency aes 0.8.3 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency ctr 0.9.2 is a bit outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
Dependency getrandom 0.2 is outdated
Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ghash 0.5.0 is slightly outdated
Consider upgrading to 0.6.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]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 = ["aes-256", "aes-256-gcm", "tags", "nonce", "byte"](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.
rlyx
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repositoryURL inCargo.tomlis correct and works withgit clone. The repository must be public.
- Make sure the
Checked on 2025-11-23
Dependency which 6.0 is significantly outdated
Upgrade to 8.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency console 0.15 is outdated
Consider upgrading to 0.16.3 to get all the fixes and improvements.
Dependency dialoguer 0.11 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fs-err 2.11 is outdated
Consider upgrading to 3.3.0 to get all the fixes and improvements.
Dependency indicatif 0.17 is outdated
Consider upgrading to 0.18.4 to get all the fixes and improvements.
totpyx
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repositoryURL inCargo.tomlis correct and works withgit clone. The repository must be public.
- Make sure the
Checked on 2025-12-28
visyx
Dependency cpal 0.15 is a bit outdated
Consider upgrading to 0.17.3 to get all the fixes and improvements.
Dependency crossterm 0.27 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement rustfft = 6
Cargo does not always pick latest versions of dependencies! Specify the version as
rustfft = "6.4.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.
oauth2_utils
Dependency base64 0.21.5 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.5 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Dependency sha2 0.10.8 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["oauth2", "base64", "url-safe", "pkce", "oauth2-token"](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.
img_watermarker
Dependency image 0.24.7 is outdated
Upgrade to 0.25.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency imageproc 0.23.0 is outdated
Upgrade to 0.26.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 = ["multimedia::images"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["watermarking", "image", "file", "logo", "cargo"](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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.