mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
17 lines
582 B
Diff
17 lines
582 B
Diff
Bump version of libc crate to avoid linking against open64 on 64 bit musl
|
|
systems.
|
|
--- a/Cargo.lock 2023-12-11 09:18:17.094717910 +0100
|
|
+++ b/Cargo.lock 2023-12-11 09:28:49.440426801 +0100
|
|
@@ -241,9 +241,9 @@ checksum = "e2abad23fbc42b3700f2f279844d
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
-version = "0.2.79"
|
|
+version = "0.2.155"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
|
|
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|