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.
x86
Dependency phf 0.9.0 is significantly outdated
Upgrade to 0.13.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.
Dependency phf_codegen 0.9.0 is significantly outdated
Upgrade to 0.13.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency raw-cpuid 10.2.0 is significantly outdated
Upgrade to 11.6.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.Dependency bitflags 1.* is outdated
Upgrade to 2.13.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 = ["hardware-support", "os"]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.
Published crate contains binary files
The crate contains binary files (Zip file). 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.
raw-cpuid
Dependency termimad 0.25 is significantly outdated
Upgrade to 0.34.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
uio
Dependency nix 0.30 is outdated
Upgrade to 0.31.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.52.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.
multiboot
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os"]to theCargo.toml.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.40, which is newer than the last 2015-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.
x86, slabmalloc, elfloader, pl011_drv, armv8
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?
autoperf
Dependency clap 2 is significantly outdated
Consider upgrading to 4.6.0 to get all the fixes and improvements.
Dependency csv 0.* is significantly outdated
Consider upgrading to 1.4.0 to get all the fixes and improvements.
Dependency env_logger 0.6 is significantly outdated
Consider upgrading to 0.11.10 to get all the fixes and improvements.
Dependency itertools 0.5 is significantly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency lazy_static 0.1.* is significantly outdated
Consider upgrading to 1.5.0 to get all the fixes and improvements.
Dependency nom ^1.2.3 is significantly outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Dependency perfcnt 0.6 is significantly outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
Dependency phf 0.7.* is significantly outdated
Consider upgrading to 0.13.1 to get all the fixes and improvements.
Dependency rustc-serialize 0.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency toml 0.2 is significantly outdated
Consider upgrading to 1.1.0+spec-1.1.0 to get all the fixes and improvements.
Dependency wait-timeout 0.1 is significantly outdated
Consider upgrading to 0.2.1 to get all the fixes and improvements.
Dependency x86 0.34 is significantly outdated
Consider upgrading to 0.52.0 to get all the fixes and improvements.
Imprecise dependency requirement clap = 2
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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::profiling"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["perf-events", "performance-counters", "performance-instrumentation", "intel", "machine"](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.
multiboot, node-replication, libacpica, cnr, rumpkernel, x86test-types
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").
node-replication, cnr, feldera, termcodes
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.
feldera_rust_decimal
Latest prerelease is old
It's been over 21 months. 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").Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
Dependency diesel 1.0 is outdated
Upgrade to 2.3.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ndarray 0.15.6 is outdated
Upgrade to 0.17.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Dependency rkyv 0.7.45 is outdated
Upgrade to 0.8.16 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 46 out of 60 files (includes 2 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repositoryURL inCargo.tomlis correct
- Make sure the
Files in the crates.io crate compared to the repository:
.buildnumberdoes not match the repository..gitignoredoes not match the repository.CHANGELOG.mddoes not match the repository.README.mddoes not match the repository.Cargo.toml.origdoes not match the repository.version.rsdoes not match the repository.src/lib.rsdoes not match the repository.str.rsdoes not match the repository.maths.rsdoes not match the repository.decimal.rsdoes not match the repository.
src/postgres/common.rsdoes not match the repository.driver.rsdoes not match the repository.diesel.rsdoes not match the repository.
decimal_tests.rsdoes not match the repository.
Fetched
https://github.com/paupino/rust-decimal.git913dc5bc13dd20f9977f5a5591da0465d4db641a.Checked on 2024-08-30
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Optional dependency 'diesel1' 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 'diesel1', 'serde_json', 'diesel2', 'rkyv' may have been unintentional.
node-replication
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.
elfloader
Dependency bitflags 1.2 is outdated
Upgrade to 2.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency xmas-elf 0.8 is a bit outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os::unix-apis"]to theCargo.toml.Published crate contains binary files
The crate contains binary files (ELF exe/lib). 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.
feldera_rust_decimal, cnr, rumpkernel, lkl
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()flags just for docs.rs and use them to hide problematic code.
cnr
Dependency crossbeam-utils 0.6 is significantly outdated
Upgrade to 0.8.21 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency arr_macro 0.1.2 is outdated
Consider upgrading to 0.2.1 to get all the fixes and improvements.
slabmalloc
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["memory-management"]to theCargo.toml.
libacpica
Missing keywords
Help users find your crates. Add
keywords = ["acpi", "component-architecture", "acpica", "bindings", "source"](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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.51, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.
x86test-types
Dependency x86 0.47 is significantly outdated
Upgrade to 0.52.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 = ["development-tools::testing"]to theCargo.toml.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.
autoperf, custom_error_core
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").
rumpkernel
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::build-utils"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["build-script", "source", "part", "rust-projects", "git-submodule"](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.
pl011_drv
Dependency cortex-m 0.6.0 is significantly outdated
Upgrade to 0.7.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency embedded-hal 0.2.4 is outdated
Consider upgrading to 1.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["driver", "uart", "pl011", "qemu", "embedded-hal-driver"](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.
feldera
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.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.Dependency colored 2.0 is outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency console 0.15.7 is outdated
Consider upgrading to 0.16.3 to get all the fixes and improvements.
Dependency env_logger 0.10.1 is outdated
Consider upgrading to 0.11.10 to get all the fixes and improvements.
Dependency indicatif 0.17.7 is outdated
Consider upgrading to 0.18.4 to get all the fixes and improvements.
Dependency rand 0.8.5 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Dependency reqwest 0.11 is outdated
Consider upgrading to 0.13.4 to get all the fixes and improvements.
Dependency similar 2.3.0 is slightly outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["continuous-streaming", "cli", "engine", "analytics"](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.
termcodes
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").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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-interface", "no-std"]to theCargo.toml.
lkl
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").Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["concurrency", "os::unix-apis"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["linux-kernel", "build-script", "resources", "source", "rust-project"](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.
fda
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/fda ) failed. Please try again later.
backtracer_core
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/backtracer_core ). Please try again later.
driverkit
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/driverkit ) failed. Please try again later.
feldera-sqllib
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-sqllib ) failed. Please try again later.
klogger
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/klogger ) failed. Please try again later.
feldera-rest-api
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-rest-api ) failed. Please try again later.
feldera-buffer-cache
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-buffer-cache ) failed. Please try again later.
feldera-types
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-types ) failed. Please try again later.
feldera-samply
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/feldera-samply ). Please try again later.
feldera-observability
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-observability ) failed. Please try again later.
feldera-ir
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-ir ) failed. Please try again later.
feldera-fxp
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-fxp ) failed. Please try again later.
perfcnt
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/perfcnt ) failed. Please try again later.
x86test
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/x86test ) failed. Please try again later.
x86test-macro
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/x86test-macro ) failed. Please try again later.
feldera-cloud1-client
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-cloud1-client ) failed. Please try again later.
corealloc
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/corealloc ) failed. Please try again later.
feldera-size-of
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-size-of ) failed. Please try again later.
urcu-sys
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/urcu-sys ) failed. Please try again later.
feldera-ijson
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-ijson ) failed. Please try again later.
dbsp
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/dbsp ) failed. Please try again later.
atopology
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/atopology ). Please try again later.
processortrace
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/processortrace ). Please try again later.
rawtime
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/rawtime ). Please try again later.
btfs
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/btfs ) failed. Please try again later.
kvm-sys
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kvm-sys ) failed. Please try again later.
feldera-storage
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-storage ) failed. Please try again later.
feldera-adapterlib
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/feldera-adapterlib ) failed. Please try again later.
No issues found in: feldera-macros
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.