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.
virtiofsd
Dependency env_logger 0.8.4 is significantly outdated
Upgrade to 0.11.8 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 bitflags 1.2 is outdated
Upgrade to 2.9.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 libseccomp-sys 0.2 is a bit outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Dependency syslog 6.1 is outdated
Upgrade to 7.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement clap = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.5.38"
. 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
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 = ["inode", "handle", "daemon", "flags", "mnt"]
(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.77, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and 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.
virtiofsd, vhost, virtio-queue, vhost-user-backend
Dependency vmm-sys-util 0.12.1 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
krunkit
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Dependency sysinfo 0.31.4 is significantly outdated
Consider upgrading to 0.35.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["krunkit", "libkrun", "string"]
(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.
vhost, muvm, krun-sys, krun
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.
muvm
Dependency nix 0.29.0 is outdated
Upgrade to 0.30.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustix 0.38.34 is outdated
Upgrade to 1.0.7 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 = ["filesystem", "network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["micro-vm", "muvm", "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.
kbs-types
Dependency sev 5.0.0 is outdated
Upgrade to 6.1.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 = ["encoding"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["kbs", "kbs-types", "header"]
(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 'sev' 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 'sev' may have been unintentional.
krun-sys
Failed to verify create's content against its repository
Verified 3 out of 8 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not discover crate's location in its repository (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Manifest properties don't match: package.build: crates.io=build.rs, orig=<unset>.
- If you have a monorepo, you can use git tags in format
cratename/v1.10.1
- If you have a monorepo, you can use git tags in format
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.build.rs
not found.wrapper.h
not found.Cargo.toml.orig
does not match the repository.lib.rs
not found.
Fetched
https://github.com/containers/libkrun.git
taggedv1.10.1
(ce88a817ee14986a816c1220d91bc29a2a2fc9c8).Checked on 2025-03-02
This check is experimental.
Dependency bindgen 0.69.4 is outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["libkrun", "krun-sys", "krun", "capabilities"]
(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.
vhost-user-backend
Failed to verify create's content against its repository
Partially verified 12 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
Looked for the crate in
vhost-user-backend/
. Fetchedhttps://github.com/rust-vmm/vhost.git
29246a211fe03423e56c236eebffbc5e167ce63a.Checked on 2025-04-27
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support", "os"]
to theCargo.toml
.Optional dependency 'userfaultfd' 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 'userfaultfd' may have been unintentional.
vhost
Failed to verify create's content against its repository
Partially verified 28 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'vhost-v0.13.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
vhost/
. Fetchedhttps://github.com/rust-vmm/vhost.git
29246a211fe03423e56c236eebffbc5e167ce63a.Checked on 2024-11-07
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'vhost-v0.13.0'.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.
virtio-queue
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os"]
to theCargo.toml
.
virtio-vsock
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.
krunvm
Dependency clap 2.33.3 is outdated
Consider upgrading to 4.5.38 to get all the fixes and improvements.
Dependency confy 0.4.0 is outdated
Consider upgrading to 1.0.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["image", "krunvm", "config", "footprint", "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.
krun
Dependency nix 0.28.0 is significantly outdated
Upgrade to 0.30.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustix 0.38.34 is outdated
Upgrade to 1.0.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["micro-vm", "krun", "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.
virtio-queue-ser
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding", "os"]
to theCargo.toml
.
capng
Dependency bitflags 1.0 is outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["libcap-ng", "capng"]
(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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.