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.
stratisd, loopdev-3, devicemapper-sys, libcryptsetup-rs-sys, libblkid-rs-sys
Dependency bindgen 0.71.0 is significantly outdated
Upgrade to 0.72.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.
stratisd
Dependency libcryptsetup-rs 0.13.1 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency procfs 0.17.0 is outdated
Upgrade to 0.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
devicemapper-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "devicemapper"to crate'sCargo.tomlto 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.
libcryptsetup-rs-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "cryptsetup-rs"to crate'sCargo.tomlto avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.
libblkid-rs-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "blkid-rs"to crate'sCargo.tomlto avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.
No issues found in: libcryptsetup-rs devicemapper stratisd_proc_macros libblkid-rs libstratis
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.