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"