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.
vhost-device-console
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
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.
vhost-device-scmi
Dependency virtio-queue 0.13 is significantly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency vm-memory 0.15.0 is significantly outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency vhost 0.12 is significantly outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency vhost-user-backend 0.16 is outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.
vhost-device-vsock
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Dependency vhost 0.11 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency vhost-user-backend 0.15 is outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Dependency virtio-queue 0.12 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency virtio-vsock 0.6 is slightly outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
Dependency vm-memory 0.14.1 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
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.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 = ["os::unix-apis", "network-programming"]
to theCargo.toml
.
vhost-device-sound
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.Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Dependency vhost 0.11 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency vhost-user-backend 0.15 is outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency virtio-queue 0.12 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency vm-memory 0.14.1 is outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'pw' 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 'pw' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.74, 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.
vhost-device-can
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Dependency vhost 0.11 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency vhost-user-backend 0.15 is outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Dependency virtio-queue 0.12 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency vm-memory 0.14.1 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support", "network-programming"]
to theCargo.toml
.
libgpiod
Dependency errno 0.2.8 is significantly outdated
Upgrade to 0.3.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
Dependency intmap 2.0.0 is outdated
Upgrade to 3.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
vhost-device-spi
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Dependency vhost 0.11 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency vhost-user-backend 0.15 is outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Dependency virtio-queue 0.12 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency vm-memory 0.14.1 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
vhost-device-scsi
Dependency env_logger 0.10 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Dependency num_enum 0.5 is outdated
Consider upgrading to 0.7.3 to get all the fixes and improvements.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Dependency vhost 0.8 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency vhost-user-backend 0.10 is outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Dependency virtio-queue 0.9 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency vm-memory 0.12 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Dependency vmm-sys-util 0.11 is outdated
Consider upgrading to 0.12.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.
vhost-device-gpio
Dependency env_logger 0.10 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Dependency libgpiod 0.1 is slightly outdated
Consider upgrading to 0.2.2 to get all the fixes and improvements.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Dependency vhost 0.8 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency vhost-user-backend 0.10 is outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Dependency virtio-queue 0.9 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency vm-memory 0.12 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Dependency vmm-sys-util 0.11 is outdated
Consider upgrading to 0.12.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["emulators", "hardware-support"]
to theCargo.toml
.
vhost-device-i2c
Dependency env_logger 0.10 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Dependency vhost 0.8 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency vhost-user-backend 0.10 is outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Dependency virtio-queue 0.9 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency vm-memory 0.12 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Dependency vmm-sys-util 0.11 is outdated
Consider upgrading to 0.12.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.
vhost-device-rng
Dependency env_logger 0.10 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.9 to get all the fixes and improvements.
Dependency vhost 0.8 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency vhost-user-backend 0.10 is outdated
Consider upgrading to 0.17.0 to get all the fixes and improvements.
Dependency virtio-queue 0.9 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency vm-memory 0.12 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Dependency vmm-sys-util 0.11 is outdated
Consider upgrading to 0.12.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming", "hardware-support"]
to theCargo.toml
.
libgpiod-sys
Dependency bindgen 0.63 is significantly outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency system-deps 2.0 is significantly outdated
Upgrade to 7.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "gpiod"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.This is also needed to protect your crate from duplicate older versions of itself. C symbols are global, and duplicate symbols can cause all sorts of breakage.
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.
No issues found in: vhost-device-input
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.