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.
ark-poly
Dependency hashbrown 0.15 is significantly outdated
Upgrade to 0.16.1 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.
Imprecise dependency requirement rayon = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
rayon = "1.11.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.Optional dependency 'rayon' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Feature 'rayon' may have been unintentional.
ark-ff, ark-bls12-381, ark-ec, ark-serialize, ark-bn254, ark-groth16, ark-std, ark-relations, ark-crypto-primitives, ark-bls12-377, ark-snark, ark-r1cs-std, ark-ed-on-bls12-377, ark-bw6-761
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.
ark-linear-sumcheck
Dependency blake2 0.9 is significantly outdated
Upgrade to 0.10.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hashbrown 0.14.0 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ark-ff 0.4.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency ark-poly 0.4.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency ark-serialize 0.4.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency ark-std 0.4.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 18 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.4.0'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Fetched
https://github.com/arkworks-rs/sumcheck.git9667e958819ecb022cd8774b6906aa30564a94e9.Checked on 2024-08-04
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.4.0'.
Imprecise dependency requirement rayon = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
rayon = "1.11.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.License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.Optional dependency 'rayon' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Feature 'rayon' may have been unintentional.
ark-test-curves, ark-ed-on-bn254, ark-pallas, ark-curve-constraint-tests, ark-vesta, ark-algebra-test-templates, ark-ed-on-mnt4-298, ark-ed-on-mnt4-753, ark-ed-on-bls12-381, ark-ed-on-cp6-782, ark-mnt6-753, ark-mnt4-298, ark-mnt6-298, ark-mnt4-753, ark-cp6-782, ark-gm17, ark-nonnative-field
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.
ark-ed-on-bw6-761
Failed to verify create's content against its repository
Partially verified 7 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.5.0'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Looked for the crate in
curves/ed_on_bw6_761/. Fetchedhttps://github.com/arkworks-rs/algebra.gitdf907e8c1601a898c2903ed7ab7bbbb10607f36b.Checked on 2024-10-28
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.5.0'.
ark-ed-on-bw6-761, ark-ff-asm
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
ark-serialize-derive, ark-ff-macros
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.