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.
ic_tee_cli
Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.97"
. 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.
idempotent-proxy-server
Dependency axum 0.7 is outdated
Consider upgrading to 0.8.2 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
idempotent-proxy-server, idempotent-proxy-types, ic-oss-types
Imprecise dependency requirement ed25519-dalek = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
ed25519-dalek = "2.1.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.
ic-oss-can, anda_icp, ic_tee_cdk, ic_tee_gateway_sdk
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.218"
. 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.
ic_tee_cli, ic_tee_agent, ic_object_store, ic_cose, anda_engine
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
rstatic
Dependency iron ^0.2.6 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.
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.
Dependency mount ^0.0.9 is significantly outdated
Upgrade to 0.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 9 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?
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 clap ^2.1.0 is outdated
Upgrade to 4.5.31 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 staticfile ^0.1.0 is significantly outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
structured-logger
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.
resp
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
anda_core, ic_object_store, anda_engine
Dependency object_store 0.10.2 is outdated
Upgrade to 0.11.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
anda_core, ic_tee_agent, anda_engine
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.
ic-oss-cli, ic-oss
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.
ic_tee_nitro_attestation
Dependency x509-parser 0.16 is outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement const-hex = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
const-hex = "1.14.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.
jsonrpc-lite
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
to theCargo.toml
.
ic_cose_types, ic-captcha, ck-doge-types, dogecoin, ns-indexer, ns-inscriber, ns-fetcher, ns-protocol, ns-scylla-orm, ns-axum-web, ns-scylla-orm-macros
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.
msgp-abi
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.37, 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.
msgp, msgp-abi, rstatic, rocksd, logd, thunks, tokio-rpc
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.
msgp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.
rocksd
Dependency bytes 0.4 is significantly outdated
Upgrade to 1.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency futures 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency log 0.3 is significantly outdated
Upgrade to 0.4.26 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency protobuf 1.2 is significantly outdated
Upgrade to 3.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.3 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ring 0.7 is significantly outdated
Upgrade to 0.17.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rocksdb 0.6 is significantly outdated
Upgrade to 0.23.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency time 0.1 is significantly outdated
Upgrade to 0.3.37 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-core 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-io 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-service 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-timer 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
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"
).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.
Dependency clap 2.22 is outdated
Upgrade to 4.5.31 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 = ["database"]
to theCargo.toml
.
logd
Dependency clap 2.9.2 is outdated
Consider upgrading to 4.5.31 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
tokio-rpc
Dependency bytes 0.4 is significantly outdated
Upgrade to 1.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency futures 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-core 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-io 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-service 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-timer 0.1 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 = ["network-programming"]
to theCargo.toml
.
thunks
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["asynchronous"]
to theCargo.toml
.
disque-cli, redis-cli
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.