New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/pull/37681#issuecomment-1435296832 Comment: @dkwo I haven't finished trying that yet, but I'd guess that doing this at some point prior to the build (post_patch probably makes the most sense here) would fix at least the rust ones: ``` # required for openssl3 compat cargo update --package openssl-sys:0.9.75 --precise 0.9.80 cargo update --package openssl:0.10.41 --precise 0.10.45 ``` The first version is what the lockfile currently contains, the second is the version we're bumping to, which in the example above is the current latest.