From aa8414cea338d0777a92d8e3ff880e85105c47ad Mon Sep 17 00:00:00 2001 From: Zalathar Date: Sat, 11 Oct 2025 17:51:29 +1100 Subject: [PATCH] Bump libffi-sys to 3.3.3 to avoid CI failure This newer version of libffi-sys incorporates a `configure` script generated by a newer version of autoconf, which avoids an incompatibility with uutools. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 973214a802e6e..12b032a54c4a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2116,9 +2116,9 @@ dependencies = [ [[package]] name = "libffi-sys" -version = "3.3.2" +version = "3.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0d828d367b4450ed08e7d510dc46636cd660055f50d67ac943bfe788767c29" +checksum = "90c6c6e17136d4bc439d43a2f3c6ccf0731cccc016d897473a29791d3c2160c3" dependencies = [ "cc", ]