From 00b105c1e48b109a39772e39687048e4161eccd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:04:55 +0000 Subject: [PATCH] Update itertools requirement from 0.14.0 to 0.15.0 Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- columnar/Cargo.toml | 2 +- sstable/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index daa4cbfe..4897d154 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ smallvec = "1.8.0" rayon = "1.5.2" lru = "0.16.3" fastdivide = "0.4.0" -itertools = "0.14.0" +itertools = "0.15.0" measure_time = "0.9.0" arc-swap = "1.5.0" bon = "3.3.1" diff --git a/columnar/Cargo.toml b/columnar/Cargo.toml index a8798587..8da5204c 100644 --- a/columnar/Cargo.toml +++ b/columnar/Cargo.toml @@ -9,7 +9,7 @@ description = "column oriented storage for tantivy" categories = ["database-implementations", "data-structures", "compression"] [dependencies] -itertools = "0.14.0" +itertools = "0.15.0" fastdivide = "0.4.0" stacker = { version= "0.7", path = "../stacker", package="tantivy-stacker"} diff --git a/sstable/Cargo.toml b/sstable/Cargo.toml index b963d846..cd382003 100644 --- a/sstable/Cargo.toml +++ b/sstable/Cargo.toml @@ -12,7 +12,7 @@ description = "sstables for tantivy" [dependencies] common = {version= "0.11", path="../common", package="tantivy-common"} futures-util = "0.3.30" -itertools = "0.14.0" +itertools = "0.15.0" tantivy-bitpacker = { version= "0.10", path="../bitpacker" } tantivy-fst = "0.5" # experimental gives us access to Decompressor::upper_bound