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.
aquamarine
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.101"
. 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 itertools 0.10 is outdated
Upgrade to 0.14.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.
aquamarine-demo-crate, autorand, singletonum, raqm, try-block, singleton-derive, raqm-sys, singletonum-derive, autorand-derive, evm-precompiled-bn128, evm-network-musicoin
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.
aquamarine-demo-crate
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers"]
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.
batch_resolve_cli
Dependency crossbeam 0.2 is significantly outdated
Consider upgrading to 0.8.4 to get all the fixes and improvements.
Dependency env_logger 0.4.2 is significantly outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
Dependency futures 0.1.11 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency indicatif 0.1.0 is significantly outdated
Consider upgrading to 0.17.11 to get all the fixes and improvements.
Dependency lazy_static 0.2 is significantly outdated
Consider upgrading to 1.5.0 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 log 0.3.7 is significantly outdated
Consider upgrading to 0.4.27 to get all the fixes and improvements.
Dependency tokio-core 0.1.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency toml 0.4 is significantly outdated
Consider upgrading to 0.8.22 to get all the fixes and improvements.
Dependency trust-dns 0.10 is significantly outdated
Consider upgrading to 0.23.2 to get all the fixes and improvements.
Dependency clap 2.21.2 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"
).If the crate is truly stable, why not make a 1.0.0 release?
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-utilities", "network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["dns", "dns-resolver", "resolver", "t-rust-dns", "russian"]
(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.
reed-solomon
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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]
to theCargo.toml
.
autorand
README missing from the repository
We've searched
https://github\.com/mersinvald/autorand\-rs\.git
and could not find a README file there.Dependency rand 0.6 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).Missing keywords
Help users find your crates. Add
keywords = ["autorand"]
(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.
reed-solomon, redstone, raqm, try-block, raqm-sys, primitivemap, evm-network-musicoin
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.
tdjson, autorand, redstone, try-block, evm-precompiled-bn128, evm-network-musicoin
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
try-block
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.README missing from the repository
We've searched
https://github\.com/mersinvald/try\-block\-rs\.git
and could not find a README file there.Missing keywords
Help users find your crates. Add
keywords = ["try-block", "block", "labmdaless"]
(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.
tdjson, singletonum, raqm, try-block, tdjson-sys, singleton-derive, raqm-sys, primitivemap, singletonum-derive
Latest stable release is old
It's been over 6 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"
).
tdjson, raqm, tdjson-sys, raqm-sys
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.
tdjson-sys
Dependency bindgen 0.26.3 is significantly 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 = ["external-ffi-bindings"]
in yourCargo.toml
.*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "tdjson"
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.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.46, which is newer than the last 2015-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.
singleton-derive
Dependency failure 0.1.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency quote 0.3 is significantly outdated
Upgrade to 1.0.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.11 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heck 0.3.0 is significantly outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
singletonum
Dependency once_cell 0.1.6 is significantly outdated
Upgrade to 1.21.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 = ["rust-patterns"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["singleton", "singletonum", "proc-macro", "testing", "derive"]
(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.
tdjson
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.59, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
redstone
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"
).
raqm
Dependency failure 0.1.1 has issues
It may not be actively developed any more. Consider changing the dependency.
raqm-sys
Dependency bindgen 0.37.0 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 = "raqm"
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 freetype 0.4.0 is outdated
Upgrade to 0.7.2 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", "text-processing"]
to theCargo.toml
.
primitivemap
Dependency smallvec 0.6.1 is significantly outdated
Upgrade to 1.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
ethereum-trie-rocksdb, ethereum-trie-memory
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
Author of this site is firmly convinced that cryptocurrencies have a net-negative effect on society.
autorand-derive
README missing from the repository
We've searched
https://github\.com/mersinvald/autorand\-rs\.git
and could not find a README file there.Dependency proc-macro2 0.4 is significantly outdated
Upgrade to 1.0.95 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency quote 0.6 is significantly outdated
Upgrade to 1.0.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.15 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).
singletonum-derive
Dependency failure 0.1.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency quote 0.3 is significantly outdated
Upgrade to 1.0.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.11 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heck 0.3.0 is significantly outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
evm-precompiled-modexp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency num-bigint 0.1 is significantly outdated
Upgrade to 0.4.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency evm 0.11 is outdated
Upgrade to 0.42.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["pre-compiled", "modexp", "evm"]
(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.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.
evm-precompiled-bn128
Dependency evm 0.11 is outdated
Upgrade to 0.42.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["pre-compiled", "bn128", "evm"]
(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.
evm-network-musicoin
Dependency evm 0.11 is outdated
Upgrade to 0.42.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["networking", "evm-network-musicoin", "evm", "devices"]
(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.
ethereumvm, evm-network-foundation, evm-network-expanse, evm-network-classic, ethereumvm-precompiled-bn128, evm-network-ubiq, ethereumvm-network-foundation, ethereumvm-network-expanse, ethereumvm-network-musicoin, evm-network-ellaism, ethereumvm-network-classic, ethereumvm-network-ellaism, ethereumvm-network-ubiq, ethereumvm-network, ethereumvm-precompiled-modexp, ethereumvm-stateful, evm-network
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
tokio-hotel, test-max-version-example-crate
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
test-max-version-example-crate
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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.