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.
css-minify
Dependency derive_more 1.0 is outdated
Upgrade to 2.0.1 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 nom 7 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 23 out of 24 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.5.2'.
git tag v0.5.2 f3536016bf061d8d905d5c84e7fa0cf5d941a17a; git push origin --tags
Files in the crates.io crate compared to the repository:
README.md
exists, but elsewhere in the repo.
Looked for the crate in
css-minify/
. Fetchedhttps://github.com/mnwa/css-minify.git
f3536016bf061d8d905d5c84e7fa0cf5d941a17a.Checked on 2025-04-28
This check is experimental.
Imprecise dependency requirement indexmap = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
indexmap = "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.
css-minify, css-minifier, fast-async-mutex, derive_di, derive_di_core, derive_di_macro
License Apache-2.0/MIT is not in SPDX syntax
Use
OR
instead of/
.
css-minifier
Published crate doesn't match its repository
Verified 8 out of 9 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.README.md
exists, but elsewhere in the repo.
Looked for the crate in
css-minifier/
. Fetchedhttps://github.com/mnwa/css-minify.git
77f1aa59df3c163621ee6373095672f00a1b63cf.Checked on 2024-08-18
Imprecise dependency requirement clap = ^4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.5.37"
. 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.
sonya-proxy
Dependency ws 0.9 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 actix 0.12 is significantly outdated
Consider upgrading to 0.13.5 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency actix-web-actors 4.0.0-beta.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency etcd-client 0.7 is significantly outdated
Consider upgrading to 0.15.0 to get all the fixes and improvements.
Dependency parking_lot 0.11 is significantly outdated
Consider upgrading to 0.12.3 to get all the fixes and improvements.
Dependency derive_more 0.99 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Imprecise dependency requirement num_cpus = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
num_cpus = "1.16.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.
gtsa
Dependency actix 0.9 is significantly outdated
Consider upgrading to 0.13.5 to get all the fixes and improvements.
Dependency actix-rt 1.0 is significantly outdated
Consider upgrading to 2.10.0 to get all the fixes and improvements.
Dependency reqwest 0.10 is significantly outdated
Consider upgrading to 0.12.15 to get all the fixes and improvements.
Dependency tokio 0.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency uuid 0.8 is significantly outdated
Consider upgrading to 1.16.0 to get all the fixes and improvements.
sonya
Dependency actix 0.12 is significantly outdated
Consider upgrading to 0.13.5 to get all the fixes and improvements.
Dependency actix-web-actors 4.0.0-beta.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency etcd-client 0.7 is significantly outdated
Consider upgrading to 0.15.0 to get all the fixes and improvements.
Dependency uuid 0.8 is significantly outdated
Consider upgrading to 1.16.0 to get all the fixes and improvements.
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.219"
. 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.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.
Dependency derive_more 0.99 is outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
wacr
Dependency webrtc 0.5 is significantly outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
Dependency actix-cors 0.6 is outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
Dependency base64 0.13 is outdated
Consider upgrading to 0.22.1 to get all the fixes and improvements.
Dependency dashmap 5.4 is outdated
Consider upgrading to 6.1.0 to get all the fixes and improvements.
Dependency hyper-multipart-rfc7578 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency jsonwebtoken 8.1 is outdated
Consider upgrading to 9.3.0 to get all the fixes and improvements.
Dependency rustls 0.20 is significantly outdated
Consider upgrading to 0.23.26 to get all the fixes and improvements.
Dependency vkclient 4 is slightly outdated
Consider upgrading to 5.1.0 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.10.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.
sonya-meta
Dependency jsonwebtoken 7 is significantly outdated
Upgrade to 9.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_yaml 0.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency env_logger 0.9 is outdated
Upgrade to 0.11.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement jsonwebtoken = 7
Cargo does not always pick latest versions of dependencies! Specify the version as
jsonwebtoken = "9.3.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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
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 = ["queue", "sonya", "key", "api"]
(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.
web-queue-proxy
Dependency ws 0.9 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 actix 0.10 is significantly outdated
Consider upgrading to 0.13.5 to get all the fixes and improvements.
Dependency actix-web 3 is significantly outdated
Consider upgrading to 4.10.0 to get all the fixes and improvements.
Dependency actix-web-actors 3 has issues
It may not be actively developed any more. Consider changing the dependency.
vkclient
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.10.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 'flate2' 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 'flate2', 'futures-util', 'async-stream', 'rmp-serde', 'serde_json', 'zstd' may have been unintentional.
web-queue-meta
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency actix-web 3 is significantly outdated
Upgrade to 4.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["queue", "web-queue-meta", "web-queue", "home-page"]
(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.
compute_container
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.Missing keywords
Help users find your crates. Add
keywords = ["container", "lib", "compute"]
(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.
io-pipe
Dependency loole 0.3 is a bit outdated
Consider upgrading to 0.4.1 to get all the fixes and improvements.
fast-async-mutex, ms-converter, derive_di, gtsa, compute_container, derive_di_core, derive_di_macro
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"
).If the crate is truly stable, why not make a 1.0.0 release?
web-queue-server
Dependency actix 0.10 is significantly outdated
Consider upgrading to 0.13.5 to get all the fixes and improvements.
Dependency actix-web 3 is significantly outdated
Consider upgrading to 4.10.0 to get all the fixes and improvements.
Dependency actix-web-actors 3 has issues
It may not be actively developed any more. Consider changing the dependency.
sonya, sonya-meta, sonya-proxy, web-queue-meta, web-queue-server, web-queue-proxy, compute_container
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.
wacr, web-queue-server, web-queue-proxy
Dependency env_logger 0.9 is outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
sonya, sonya-meta, sonya-proxy, web-queue-meta, web-queue-server, web-queue-proxy
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes 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.
sonya, sonya-meta, sonya-proxy, web-queue-meta, web-queue-server, web-queue-proxy
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"
).
web-queue-meta, web-queue-server, web-queue-proxy
Imprecise dependency requirement actix-web = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
actix-web = "4.10.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.
logs-anal
Dependency clap 2.33 is outdated
Consider upgrading to 4.5.37 to get all the fixes and improvements.
Latest stable release is old
It's been over 5 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"
).
derive_di_core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.
derive_di_macro
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: jumpch
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.