From f922dac469a3aefb6ea7d7ff2cdddb9cf3465d77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 11:30:49 +0000 Subject: [PATCH] chore(deps): update arrow to v52.2.0 (#523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [arrow](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-arith](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-array](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-buffer](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-cast](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-csv](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-data](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-ipc](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-ord](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-schema](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [arrow-select](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | | [parquet](https://togithub.com/apache/arrow-rs) | workspace.dependencies | minor | `52.1.0` -> `52.2.0` | --- ### Release Notes
apache/arrow-rs (arrow) ### [`v52.2.0`](https://togithub.com/apache/arrow-rs/blob/HEAD/CHANGELOG.md#5220-2024-07-24) [Compare Source](https://togithub.com/apache/arrow-rs/compare/52.1.0...52.2.0) [Full Changelog](https://togithub.com/apache/arrow-rs/compare/52.1.0...52.2.0) **Implemented enhancements:** - Faster min/max for string/binary view arrays [#​6088](https://togithub.com/apache/arrow-rs/issues/6088) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] - Support casting to/from Utf8View [#​6076](https://togithub.com/apache/arrow-rs/issues/6076) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] - Min/max support for String/BinaryViewArray [#​6052](https://togithub.com/apache/arrow-rs/issues/6052) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] - Improve performance of constructing `ByteView`s for small strings [#​6034](https://togithub.com/apache/arrow-rs/issues/6034) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] - Fast UTF-8 validation when reading StringViewArray from Parquet [#​5995](https://togithub.com/apache/arrow-rs/issues/5995) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] - Optimize StringView row decoding [#​5945](https://togithub.com/apache/arrow-rs/issues/5945) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] - Implementing `deduplicate` / `intern` functionality for StringView [#​5910](https://togithub.com/apache/arrow-rs/issues/5910) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] - Add `FlightSqlServiceClient::new_from_inner` [#​6003](https://togithub.com/apache/arrow-rs/pull/6003) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://togithub.com/apache/arrow-rs/labels/arrow-flight)] ([lewiszlw](https://togithub.com/lewiszlw)) - Complete `StringViewArray` and `BinaryViewArray` parquet decoder: [#​6004](https://togithub.com/apache/arrow-rs/pull/6004) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Add begin/end_transaction methods in FlightSqlServiceClient [#​6026](https://togithub.com/apache/arrow-rs/pull/6026) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://togithub.com/apache/arrow-rs/labels/arrow-flight)] ([lewiszlw](https://togithub.com/lewiszlw)) - Read Parquet statistics as arrow `Arrays` [#​6046](https://togithub.com/apache/arrow-rs/pull/6046) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([efredine](https://togithub.com/efredine)) **Fixed bugs:** - Panic in `ParquetMetadata::memory_size` if no min/max set [#​6091](https://togithub.com/apache/arrow-rs/issues/6091) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] - BinaryViewArray doesn't roundtrip a single `Some(&[])` through parquet [#​6086](https://togithub.com/apache/arrow-rs/issues/6086) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] - Parquet `ColumnIndex` for null columns is written even when statistics are disabled [#​6010](https://togithub.com/apache/arrow-rs/issues/6010) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] **Documentation updates:** - Fix typo in GenericByteViewArray documentation [#​6054](https://togithub.com/apache/arrow-rs/pull/6054) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([progval](https://togithub.com/progval)) - Minor: Improve parquet PageIndex documentation [#​6042](https://togithub.com/apache/arrow-rs/pull/6042) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([alamb](https://togithub.com/alamb)) **Closed issues:** - Potential performance improvements for reading Parquet to StringViewArray/BinaryViewArray [#​5904](https://togithub.com/apache/arrow-rs/issues/5904) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] **Merged pull requests:** - Faster `GenericByteView` construction [#​6102](https://togithub.com/apache/arrow-rs/pull/6102) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Add benchmark to track byte-view construction performance [#​6101](https://togithub.com/apache/arrow-rs/pull/6101) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Optimize `bool_or` using `max_boolean` [#​6100](https://togithub.com/apache/arrow-rs/pull/6100) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([simonvandel](https://togithub.com/simonvandel)) - Optimize `max_boolean` by operating on u64 chunks [#​6098](https://togithub.com/apache/arrow-rs/pull/6098) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([simonvandel](https://togithub.com/simonvandel)) - fix panic in `ParquetMetadata::memory_size`: check has_min_max_set before invoking min()/max() [#​6092](https://togithub.com/apache/arrow-rs/pull/6092) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([Fischer0522](https://togithub.com/Fischer0522)) - Implement specialized min/max for `GenericBinaryView` (`StringView` and `BinaryView`) [#​6089](https://togithub.com/apache/arrow-rs/pull/6089) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Add PartialEq to ParquetMetaData and FileMetadata [#​6082](https://togithub.com/apache/arrow-rs/pull/6082) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([adriangb](https://togithub.com/adriangb)) - Enable casting from Utf8View [#​6077](https://togithub.com/apache/arrow-rs/pull/6077) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([a10y](https://togithub.com/a10y)) - StringView support in arrow-csv [#​6062](https://togithub.com/apache/arrow-rs/pull/6062) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([2010YOUY01](https://togithub.com/2010YOUY01)) - Implement min max support for string/binary view types [#​6053](https://togithub.com/apache/arrow-rs/pull/6053) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Minor: clarify the relationship between `file::metadata` and `format` in docs [#​6049](https://togithub.com/apache/arrow-rs/pull/6049) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([alamb](https://togithub.com/alamb)) - Minor API adjustments for StringViewBuilder [#​6047](https://togithub.com/apache/arrow-rs/pull/6047) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Add parquet `StatisticsConverter` for arrow reader [#​6046](https://togithub.com/apache/arrow-rs/pull/6046) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([efredine](https://togithub.com/efredine)) - Directly decode String/BinaryView types from arrow-row format [#​6044](https://togithub.com/apache/arrow-rs/pull/6044) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Clean up unused code for view types in offset buffer [#​6040](https://togithub.com/apache/arrow-rs/pull/6040) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Avoid using Buffer api that accidentally copies data [#​6039](https://togithub.com/apache/arrow-rs/pull/6039) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://togithub.com/apache/arrow-rs/labels/arrow-flight)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - MINOR: Fix `hashbrown` version in `arrow-array`, remove from `arrow-row` [#​6035](https://togithub.com/apache/arrow-rs/pull/6035) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([mbrobbel](https://togithub.com/mbrobbel)) - Improve performance reading `ByteViewArray` from parquet by removing an implicit copy [#​6031](https://togithub.com/apache/arrow-rs/pull/6031) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Add begin/end_transaction methods in FlightSqlServiceClient [#​6026](https://togithub.com/apache/arrow-rs/pull/6026) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://togithub.com/apache/arrow-rs/labels/arrow-flight)] ([lewiszlw](https://togithub.com/lewiszlw)) - Unsafe improvements: core `parquet` crate. [#​6024](https://togithub.com/apache/arrow-rs/pull/6024) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([veluca93](https://togithub.com/veluca93)) - Additional tests for parquet reader utf8 validation [#​6023](https://togithub.com/apache/arrow-rs/pull/6023) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([alamb](https://togithub.com/alamb)) - Update zstd-sys requirement from >=2.0.0, <2.0.12 to >=2.0.0, <2.0.13 [#​6019](https://togithub.com/apache/arrow-rs/pull/6019) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([dependabot\[bot\]](https://togithub.com/apps/dependabot)) - fix doc ci in latest rust nightly version [#​6012](https://togithub.com/apache/arrow-rs/pull/6012) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://togithub.com/apache/arrow-rs/labels/arrow-flight)] ([Rachelint](https://togithub.com/Rachelint)) - Do not write `ColumnIndex` for null columns when not writing page statistics [#​6011](https://togithub.com/apache/arrow-rs/pull/6011) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([etseidl](https://togithub.com/etseidl)) - Fast utf8 validation when loading string view from parquet [#​6009](https://togithub.com/apache/arrow-rs/pull/6009) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Deduplicate strings/binarys when building view types [#​6005](https://togithub.com/apache/arrow-rs/pull/6005) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Complete `StringViewArray` and `BinaryViewArray` parquet decoder: implement delta byte array and delta length byte array encoding [#​6004](https://togithub.com/apache/arrow-rs/pull/6004) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([XiangpengHao](https://togithub.com/XiangpengHao)) - Add `FlightSqlServiceClient::new_from_inner` [#​6003](https://togithub.com/apache/arrow-rs/pull/6003) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://togithub.com/apache/arrow-rs/labels/arrow-flight)] ([lewiszlw](https://togithub.com/lewiszlw)) - Rename `Schema::all_fields` to `flattened_fields` [#​6001](https://togithub.com/apache/arrow-rs/pull/6001) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] \[[arrow-flight](https://togithub.com/apache/arrow-rs/labels/arrow-flight)] ([lewiszlw](https://togithub.com/lewiszlw)) - Refine documentation and examples for `DataType` [#​5997](https://togithub.com/apache/arrow-rs/pull/5997) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([alamb](https://togithub.com/alamb)) - implement `DataType::try_form(&str)` [#​5994](https://togithub.com/apache/arrow-rs/pull/5994) \[[arrow](https://togithub.com/apache/arrow-rs/labels/arrow)] ([samuelcolvin](https://togithub.com/samuelcolvin)) - Implement dictionary support for reading ByteView from parquet [#​5973](https://togithub.com/apache/arrow-rs/pull/5973) \[[parquet](https://togithub.com/apache/arrow-rs/labels/parquet)] ([XiangpengHao](https://togithub.com/XiangpengHao)) \* *This Changelog was automatically generated by [github_changelog_generator](https://togithub.com/github-changelog-generator/github-changelog-generator)*
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 65 +++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbd055ece6..66d0c18d03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,9 +114,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "arrow" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6127ea5e585a12ec9f742232442828ebaf264dfa5eefdd71282376c599562b77" +checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85" dependencies = [ "arrow-arith", "arrow-array", @@ -136,9 +136,9 @@ dependencies = [ [[package]] name = "arrow-arith" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7add7f39210b7d726e2a8efc0083e7bf06e8f2d15bdb4896b564dce4410fbf5d" +checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c" dependencies = [ "arrow-array", "arrow-buffer", @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "arrow-array" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81c16ec702d3898c2f5cfdc148443c6cd7dbe5bac28399859eb0a3d38f072827" +checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c" dependencies = [ "ahash", "arrow-buffer", @@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "arrow-buffer" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae6970bab043c4fbc10aee1660ceb5b306d0c42c8cc5f6ae564efcd9759b663" +checksum = "c975484888fc95ec4a632cdc98be39c085b1bb518531b0c80c5d462063e5daa1" dependencies = [ "bytes", "half", @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "arrow-cast" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c7ef44f26ef4f8edc392a048324ed5d757ad09135eff6d5509e6450d39e0398" +checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e" dependencies = [ "arrow-array", "arrow-buffer", @@ -200,9 +200,9 @@ dependencies = [ [[package]] name = "arrow-csv" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f843490bd258c5182b66e888161bb6f198f49f3792f7c7f98198b924ae0f564" +checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2" dependencies = [ "arrow-array", "arrow-buffer", @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "arrow-data" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a769666ffac256dd301006faca1ca553d0ae7cffcf4cd07095f73f95eb226514" +checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5" dependencies = [ "arrow-buffer", "arrow-schema", @@ -231,9 +231,9 @@ dependencies = [ [[package]] name = "arrow-ipc" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf9c3fb57390a1af0b7bb3b5558c1ee1f63905f3eccf49ae7676a8d1e6e5a72" +checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f" dependencies = [ "arrow-array", "arrow-buffer", @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "arrow-json" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654e7f3724176b66ddfacba31af397c48e106fbe4d281c8144e7d237df5acfd7" +checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445" dependencies = [ "arrow-array", "arrow-buffer", @@ -266,9 +266,9 @@ dependencies = [ [[package]] name = "arrow-ord" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8008370e624e8e3c68174faaf793540287106cfda8ad1da862fdc53d8e096b4" +checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc" dependencies = [ "arrow-array", "arrow-buffer", @@ -281,9 +281,9 @@ dependencies = [ [[package]] name = "arrow-row" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e3a6b7fda8d9fe03f3b18a2d946354ea7f3c8e4076dbdb502ad50d9d44824" +checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c" dependencies = [ "ahash", "arrow-array", @@ -291,23 +291,22 @@ dependencies = [ "arrow-data", "arrow-schema", "half", - "hashbrown", ] [[package]] name = "arrow-schema" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dab1c12b40e29d9f3b699e0203c2a73ba558444c05e388a4377208f8f9c97eee" +checksum = "9e972cd1ff4a4ccd22f86d3e53e835c2ed92e0eea6a3e8eadb72b4f1ac802cf8" dependencies = [ "bitflags 2.6.0", ] [[package]] name = "arrow-select" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e80159088ffe8c48965cb9b1a7c968b2729f29f37363df7eca177fc3281fe7c3" +checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3" dependencies = [ "ahash", "arrow-array", @@ -319,9 +318,9 @@ dependencies = [ [[package]] name = "arrow-string" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fd04a6ea7de183648edbcb7a6dd925bbd04c210895f6384c780e27a9b54afcd" +checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6" dependencies = [ "arrow-array", "arrow-buffer", @@ -2546,9 +2545,9 @@ dependencies = [ [[package]] name = "parquet" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f22ba0d95db56dde8685e3fadcb915cdaadda31ab8abbe3ff7f0ad1ef333267" +checksum = "e977b9066b4d3b03555c22bdc442f3fadebd96a39111249113087d0edb2691cd" dependencies = [ "ahash", "arrow-array", @@ -2803,7 +2802,7 @@ checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1" dependencies = [ "bytes", "heck 0.5.0", - "itertools 0.13.0", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -2823,7 +2822,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.72",