aports/community/stylua/cargo-update.patch
Jingyun Hua e5144e49bc community/stylua: fix build on loongarch64
Update libc to 0.2.155
2024-05-31 11:13:28 +00:00

17 lines
536 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index e8411fc..75a6802 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -569,9 +569,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.148"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "linked-hash-map"