New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/issues/43482#issuecomment-1511865621 Comment: I'd like to rename this issue: In some of these cases, the Cargo.lock file is present, but not up to date. In the case of cargo-auditable` for example, it's just a tiny issue around the version number of itself: ``` diff --git a/Cargo.lock2 b/Cargo.lock index 00969c9e1c..5caabbda1c 100644 --- a/Cargo.lock2 +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "cargo-auditable" -version = "0.6.0" +version = "0.6.1" dependencies = [ "auditable-info", "auditable-serde", ```