summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2024-05-28 10:56:30 +0900
committerGitHub <noreply@github.com>2024-05-28 10:56:30 +0900
commit1a437768510de9519ac27a30ecfccb6a78816003 (patch)
treeb861610b5d7093f1fc2e34b428b30be2d2a1f78a
parent08633c8528018bf37c3a7f144ab1a1cbf38288cc (diff)
parentfe86064eb1459033b97a8c3e27c7252f108dc3d2 (diff)
Merge pull request #453 from qiangxuhui/loongarch64
Update Cargo.lock: fix build on loongarch64
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 80a3fc7..5869f96 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -439,9 +439,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.153"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "lock_api"