From 4220fe22bfe9a74feb9e48625a83a5ba91aef66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:11:17 +0000 Subject: [PATCH] Update itertools requirement from 0.13 to 0.14 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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dacf74d..03e70af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ datafusion-physical-expr = "43" datafusion-physical-plan = "43" datafusion-sql = "43" futures = "0.3" -itertools = "0.13" +itertools = "0.14" log = "0.4" object_store = "0.11" ordered-float = "4.6.0"