commit 37b7dc6f9852c4c2aa4a4465a31fc32b50bd91f3 from: Thomas Böhler date: Sun Aug 6 13:12:00 2023 UTC fix: Update getrandom dependency to 0.2.10 The `open64` function on musl is not available anymore as `off_t` has always been 64-bit for musl. This enables building for newer musl versions again. More information: https://github.com/rust-random/getrandom/pull/326 https://git.musl-libc.org/cgit/musl/commit/?id=246f1c811448f37a44b41cd8df8d0ef9736d95f4 Signed-off-by: Thomas Böhler commit - 722a7110d51abb87cec18ae8cb8226e76dc3c57e commit + 37b7dc6f9852c4c2aa4a4465a31fc32b50bd91f3 blob - 90566b52818abd5665c581c1eff72af5fedaa029 blob + bbebb8cd88c1546c750cc52dc5b8f33d16db2981 --- Cargo.lock +++ Cargo.lock @@ -525,9 +525,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.7" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" +checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" dependencies = [ "cfg-if", "libc", @@ -780,9 +780,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.131" +version = "0.2.147" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40" +checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "libsqlite3-sys"