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.
myutil
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.217"
. 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.
Failed to verify create's content against its repository
Verified 41 out of 42 files (includes 2 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via vcs info).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Could not discover crate's location in its repository (via tags).
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.
Fetched
https://github.com/rust-util-collections/ruc.git
1112a0cc3389ba5d06b3defad1498e039949783e.Checked on 2024-10-13
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via vcs info).
Optional dependency 'sha3' 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 'sha3', 'hex', 'flate2', 'serde-transcode', 'nix', 'serde_json', 'rand', 'base64', 'rmp', 'serde', 'ssh2', 'reqwest', 'ed25519-zebra' may have been unintentional.
ssh2-patched
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 parking_lot 0.11 is significantly outdated
Upgrade to 0.12.3 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.
Latest prerelease is old
It's been over 2 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"
).It's an opportunity to update it to the current Rust edition.
Dependency bitflags 1.2 is outdated
Upgrade to 2.8.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.License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
chaindev, vsdb_trie_db, vsdb_hash_db, vsdb_slot_db
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.
librocksdb-sysx
Dependency bindgen 0.60 is significantly outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
Dependency tikv-jemalloc-sys 0.5 is a bit outdated
Consider upgrading to 0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7 to get all the fixes and improvements.
License MIT/Apache-2.0/BSD-3-Clause is not in SPDX syntax
Use
OR
instead of/
.Optional dependency 'libz-sys' 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 'libz-sys', 'pkg-config', 'zstd-sys', 'tikv-jemalloc-sys', 'lz4-sys', 'bzip2-sys' may have been unintentional.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.
mmdb
Optional dependency 'msgpack' 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 'msgpack', 'serde_json' may have been unintentional.
mmdb, mmdb_slot_db, mmdb_core
Dependency ruc 6.0.0 is outdated
Upgrade to 7.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
blake3-hasher
Dependency hash-db 0.15.2 is outdated
Upgrade to 0.16.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 = ["cryptography"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["hasher", "trie", "hash", "traits", "modified"]
(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.
mmdb_trie_db, mmdb_hash_db, vsdbsled, vsdb, btm, vsdb_core, vsdb_derive, xdb, xsmt
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.
mmdb_core
Dependency parity-db 0.4.13 is slightly outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency rocksdb 0.22.0 is outdated
Upgrade to 0.23.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'rocksdb' 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 'rocksdb', 'parity-db' may have been unintentional.
mmdb_slot_db
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
ruc
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.217"
. 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 'sha3' 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 'sha3', 'hex', 'flate2', 'serde-transcode', 'nix', 'serde_json', 'rand', 'base64', 'rmp', 'serde', 'ssh2', 'reqwest', 'ed25519-zebra', 'aes-gcm' may have been unintentional.
xdb_derive
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
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.
No issues found in: mmdb_trie_map vsdb_trie_map rocksdbx libssh2-sys-patched
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.