From 0532ef2358e524587427098ca34c10bd9362ccc0 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 12 Aug 2025 09:00:00 +0800 Subject: [PATCH] chore(deps): update crunchy to 0.2.4 (#2581) Hi, I'm try to build goose (rely on lancedb) for android/termux. Found out some depsendencies need to update. https://github.com/block/goose/pull/3890 0.2.4 update - nmathewson Fix cross-compilation between windows and non-windows. https://github.com/shawn111/lancedb/actions/runs/16871317860 windows and linux build passed https://github.com/shawn111/lancedb/actions/runs/16871859398 Signed-off-by: Shawn Wang --- Cargo.lock | 4 ++-- Cargo.toml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e0df8ea..c226a5d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1721,9 +1721,9 @@ dependencies = [ [[package]] name = "crunchy" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "crypto-bigint" diff --git a/Cargo.toml b/Cargo.toml index e25cf029..e82d546e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,12 +57,11 @@ rand = "0.9" regex = "1.10" lazy_static = "1" semver = "1.0.25" +crunchy = "0.2.4" # Temporary pins to work around downstream issues # https://github.com/apache/arrow-rs/commit/2fddf85afcd20110ce783ed5b4cdeb82293da30b chrono = "=0.4.41" # https://github.com/RustCrypto/formats/issues/1684 base64ct = "=1.6.0" -# Workaround for: https://github.com/eira-fransham/crunchy/issues/13 -crunchy = "=0.2.2" # Workaround for: https://github.com/Lokathor/bytemuck/issues/306 bytemuck_derive = ">=1.8.1, <1.9.0"