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.
strip-ansi-escapes
Failed to verify create's content against its repository
Verified 9 out of 11 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit ed44550ccd633d3df2aa0299aa9203b4096e299e, which is not in the repository.
- 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
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.lib.rs
does not match the repository.
Fetched
https://github.com/luser/strip-ansi-escapes.git
672ce55b1ca2bce8dccd4318de48947af7892dc2.Checked on 2025-01-19
This check is experimental.
- warning: Crate tarball has been published from the commit ed44550ccd633d3df2aa0299aa9203b4096e299e, which is not in the repository.
License Apache-2.0/MIT is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing", "command-line-interface"]
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.
minidump
Imprecise dependency requirement arbitrary = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
arbitrary = "1.4.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 'arbitrary' 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 'arbitrary' may have been unintentional.
sccache
Dependency is-terminal is not needed
IsTerminal trait is in the standard library
Dependency itertools 0.12 is significantly outdated
Upgrade to 0.14.0 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.
Dependency nix 0.28.0 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency object 0.32 is significantly outdated
Upgrade to 0.36.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency version-compare 0.1.1 is significantly outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency which 6 is significantly outdated
Upgrade to 7.0.1 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 base64 0.21 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency directories 5.0.1 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency env_logger 0.10 is outdated
Upgrade to 0.11.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fs-err 2.11 is a bit outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency opendal 0.50.1 is outdated
Upgrade to 0.51.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.4 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency syslog 6 is outdated
Consider upgrading to 7.0.0 to get all the fixes and improvements.
Dependency tokio-serde 0.8 is slightly outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency tower 0.4 is outdated
Upgrade to 0.5.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency windows-sys 0.52 is outdated
Upgrade to 0.59.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency zip 0.6 is outdated
Upgrade to 2.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement blake3 = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
blake3 = "1.5.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.Optional dependency 'http-body-util' 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 'http-body-util', 'hyper-util', 'openssl', 'syslog', 'flate2', 'url', 'libmount', 'rouille', 'version-compare', 'nix', 'sha2', 'jwt', 'reqwest', 'hyper', 'opendal', 'reqsign' may have been unintentional.Published crate contains binary files
The crate contains binary files (obscure autoconf code). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
breakpad-symbols
Dependency nom 7 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["text-format", "breakpad", "symbol", "crash-reporting", "debug-information"]
(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 'cab' 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 'cab', 'tempfile', 'reqwest' may have been unintentional.
tracetree
Dependency chrono 0.3 is significantly outdated
Upgrade to 0.4.39 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency env_logger 0.3.5 is significantly outdated
Upgrade to 0.11.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency error-chain 0.10.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency indextree 1.0.1 is significantly outdated
Upgrade to 4.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency log 0.3.6 is significantly outdated
Upgrade to 0.4.25 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nix 0.8.1 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).If the crate is truly stable, why not make a 1.0.0 release?
Dependency clap 2.25.0 is outdated
Upgrade to 4.5.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
minidump-common
Imprecise dependency requirement arbitrary = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
arbitrary = "1.4.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["minidump", "file-format", "header", "traits", "breakpad"]
(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.
test-assembler
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.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.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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["binary-data", "binary-format", "data-stream", "testing", "input"]
(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.
minidump-processor
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["stack-trace", "minidump", "crash-reporting", "thread", "producing"]
(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 'yaxpeax-x86' 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 'yaxpeax-x86' may have been unintentional.
minidump, breakpad-symbols, minidump-processor
Dependency thiserror 1.0.37 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
ppjson
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["…"]
(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.Dependency colored 1.9.0 is significantly outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Dependency pager 0.14.0 is significantly outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Latest stable release is old
It's been over 5 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"
).License Apache-2.0/MIT is not in SPDX syntax
Use
OR
instead of/
.
rustfilt
Dependency clap ^2.21.1 is outdated
Consider upgrading to 4.5.27 to get all the fixes and improvements.
Imprecise dependency requirement lazy_static = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy_static = "1.5.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.Latest stable release is old
It's been over 5 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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools", "parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["demangle", "symbol", "names", "mangled", "command-line-arguments"]
(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.
spawn-ptrace
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency nix 0.18 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).Missing keywords
Help users find your crates. Add
keywords = ["process", "ptrace", "enabled", "spawn", "command"]
(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.
read-process-memory
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["process-memory", "read-memory", "child-process", "another", "inspection"]
(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.
spawn-task-port
Dependency mach 0.1 is significantly outdated
Upgrade to 0.3.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uuid 0.4 is significantly outdated
Upgrade to 1.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 6 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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["child-process", "port", "task", "mach", "os"]
(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.
minidump-synth
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::testing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["minidump", "unit-testing", "synthetic", "crash-reporting", "mocking"]
(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.
read-byte-slice
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"
).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 = ["algorithms"]
to theCargo.toml
.
read-byte-slice, spawn-task-port, tracetree
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.
No issues found in: minidump-stackwalk lru-disk-cache
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.