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.
auditable-info
Published crate doesn't match its repository
Partially verified 8 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
auditable-info/. Fetchedhttps://github.com/rust-secure-code/cargo-auditable.gittaggedv0.7.0(65266184d1f37b3a04db5423108323c6e75fbe01).Checked on 2025-07-04
This check is experimental.
Dependency miniz_oxide 0.8.0 is slightly outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Missing keywords
Help users find your crates. Add
keywords = ["cargo-auditable", "serde-json", "cargo-subcommand", "extract", "input-file"](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.Optional dependency 'auditable-serde' 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 'auditable-serde', 'serde_json' may have been unintentional.
cargo-auditable
Dependency miniz_oxide 0.8.0 is slightly outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Dependency object 0.37 is slightly outdated
Consider upgrading to 0.38.1 to get all the fixes and improvements.
cargo-audit, rustsec-admin
Imprecise dependency requirement clap = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.6.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.
derive_hash_fast
Dependency criterion 0.7.0 is significantly outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rapidhash 1.4.0 is significantly outdated
Upgrade to 4.4.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.Published crate doesn't match its repository
Partially verified 9 files (includes 2 Cargo-generated).
Fetched
https://github.com/shnatsel/rust_derive_hash_fast.git7b767ead674d074720288148fcc4199d9ce07d9d.Checked on 2025-08-24
auditable-extract
Dependency wasmparser 0.207.0 is significantly outdated
Upgrade to 0.245.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 8 files (includes 2 Cargo-generated).
Looked for the crate in
auditable-extract/. Fetchedhttps://github.com/rust-secure-code/cargo-auditable.git4ccbc7276a6708561de827467475faec3c75b213.Checked on 2025-04-29
Missing keywords
Help users find your crates. Add
keywords = ["cargo-auditable", "cargo-subcommand", "extract", "embedded", "tree"](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.
auditable-cyclonedx
Published crate doesn't match its repository
Partially verified 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
auditable-cyclonedx/. Fetchedhttps://github.com/rust-secure-code/cargo-auditable.git058daffa843723fe9587ace441eb0ba92510de01.Checked on 2025-03-16
Dependency auditable-serde 0.8.0 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["cargo-auditable", "sbom", "data-format", "convert", "cyclone-dx"](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.
rust-audit-info
Failed to verify create's content against its repository
Partially verified 7 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'rust-audit-info/v0.5.4'.
- 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
Files in the crates.io crate compared to the repository:
Cargo.lockdoes not match the repository.
Looked for the crate in
rust-audit-info/. Fetchedhttps://github.com/rust-secure-code/cargo-auditable.git17fc93a92a952cc5e715bc51afc25e11049d7036.Checked on 2025-04-27
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'rust-audit-info/v0.5.4'.
Dependency auditable-info 0.7.2 is outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["cargo-auditable", "command-line-tool", "extract", "binaries", "tree"](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.
auditable-serde
Dependency schemars 0.8.10 is outdated
Upgrade to 1.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["cargo-auditable", "json-parser", "serialization", "cargo-subcommand", "deserialize"](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.Optional dependency 'schemars' 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 'schemars' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.62, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand 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.
auditable-serde, cargo-lock, cvss, platforms
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.228". 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.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.
cargo-supply-chain
Dependency indicatif 0.17.0 is outdated
Consider upgrading to 0.18.4 to get all the fixes and improvements.
Dependency ureq 2.0.1 is outdated
Consider upgrading to 3.2.0 to get all the fixes and improvements.
Imprecise dependency requirement flate2 = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
flate2 = "1.1.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.Missing keywords
Help users find your crates. Add
keywords = ["contributors", "dependency-graph", "author", "publisher", "cargo-subcommand"](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.
rustsec-admin
Dependency askama 0.11 is significantly outdated
Upgrade to 0.15.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency comrak 0.21 is significantly outdated
Upgrade to 0.51.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gix 0.58 is significantly outdated
Upgrade to 0.80.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustsec 0.28.6 is significantly outdated
Upgrade to 0.32.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tame-index 0.9.3 is significantly outdated
Upgrade to 0.26.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml 0.7 is significantly outdated
Upgrade to 1.0.6+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml_edit 0.19.8 is significantly outdated
Upgrade to 0.25.4+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency xml-rs 0.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency abscissa_core 0.7 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1 is outdated
Upgrade to 2.0.18 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-implementations", "security"]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.
Missing keywords
Help users find your crates. Add
keywords = ["rustsec", "advisory", "utility", "admin", "database"](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.
rustsec
Dependency gix 0.78 is outdated
Upgrade to 0.80.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml 0.9 is outdated
Upgrade to 1.0.6+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement fs-err = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
fs-err = "3.3.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.
auditable-build
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/shnatsel/rust\-audit\.gitAt the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency auditable-serde 0.2.0 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency miniz_oxide 0.5.3 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cargo_metadata 0.15 is outdated
Upgrade to 0.23.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["auditable", "reason", "cargo-subcommand", "companion", "technical"](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.
current_platform
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["find", "platform", "target-triple", "running", "compile-time"](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.
auditable, quitters, auditable-build, cyclonedx-bom-macros, convert-wm
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
cargo-lock
Dependency toml 0.9 is outdated
Upgrade to 1.0.6+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'gumdrop' 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 'gumdrop', 'petgraph' may have been unintentional.
auditable2cdx, auditable-cyclonedx, stream-wm
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
binfarce
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").If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["elf-parser", "pe", "ar", "mach-o", "pe-parser"](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.
current_platform, auditable, quitters, auditable-build
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").
auditable2cdx
Dependency auditable-info 0.9.0 is outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["security", "development-tools::cargo-plugins"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["cargo-auditable", "sbom", "data-format", "supply-chain-security", "cyclone-dx"](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.
auditable
Missing keywords
Help users find your crates. Add
keywords = ["cargo-subcommand", "sbom", "security-audit", "vulnerabilities", "bookkeeping"](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.
quitters
Missing keywords
Help users find your crates. Add
keywords = ["panic-message", "binary-parser", "rustsec", "cargo-audit", "version"](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.
cargo-loc
Dependency cargo_metadata 0.18.1 is outdated
Consider upgrading to 0.23.1 to get all the fixes and improvements.
Dependency tokei 12.1.2 is outdated
Consider upgrading to 14.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["line-count", "dependency-tree", "cargo", "across"](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.
convert-wm
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.
stream-wm
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
compare-wm, mogrify-wm, identify-wm, wm-identify, conjure-wm, import-wm, wm-conjure, wmagick, display-wm, wm-stream, wm-compare, montage-wm, wondermagic, wm-mogrify, wm-import, wm-convert, animate-wm, composite-wm, wm-composite, wm-animate, wm-display, wm-montage, wondermagick
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
compare-wm, mogrify-wm, identify-wm, wm-identify, conjure-wm, import-wm, wm-conjure, display-wm, wm-stream, wm-compare, montage-wm, wondermagic, wm-mogrify, wm-import, wm-convert, audit-info, animate-wm, composite-wm, wm-composite, wm-animate, wm-display, wm-montage, wondermagick
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
wmagick
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
audit-info
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
No issues found in: fast_assert
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.