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.
askar-crypto
Dependency block-modes 0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency animo-secure-env 0.4 is slightly outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Imprecise dependency requirement curve25519-dalek = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
curve25519-dalek = "4.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.Optional dependency 'uuid' 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 'uuid', 'hkdf', 'x25519-dalek', 'block-modes', 'crypto_box_rs', 'p384', 'curve25519-dalek', 'ed25519-dalek', 'hmac', 'p256', 'chacha20poly1305', 'elliptic-curve', 'secure-env', 'bls12_381', 'cbc', 'aes-core', 'cipher', 'aes-gcm', 'k256' may have been unintentional.
aries-bbssignatures, aries-askar, indy-vdr
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.
async-resource
README missing from the repository
We've searched
https://github\.com/andrewwhitehead/async\-resource\-rs\.git
and could not find a README file there.Dependency concurrent-queue 1.1 is significantly outdated
Upgrade to 2.5.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.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.Dependency option-lock 0.1 is a bit outdated
Consider upgrading to 0.3.1 to get all the fixes and improvements.
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 = ["asynchronous"]
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.
askar-storage
Dependency itertools 0.13 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
anoncreds-clsignatures, indy-data-types, indy-credx, indy-utils, indy-blssignatures, indy-wql, indy-test-utils, askar-bbs
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.
flex-alloc
Imprecise dependency requirement zeroize = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
zeroize = "1.8.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.
option-lock
Dependency criterion 0.3 is outdated
Upgrade to 0.5.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).If the crate is truly stable, why not make a 1.0.0 release?
suspend
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
suspend, suspend-channel, maybe-cell
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"
).
maybe-cell
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
async-resource, suspend-core
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"
).
flex-alloc-secure
Dependency flex-alloc 0.0.4 is slightly outdated
Consider upgrading to 0.0.5 to get all the fixes and improvements.
Imprecise dependency requirement zeroize = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
zeroize = "1.8.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 some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.