From ff04115a2fb1364c258b98ec6e53b623c9a8aec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:24:35 +0000 Subject: [PATCH] build(deps): 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] --- connector_arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_arrow/Cargo.toml b/connector_arrow/Cargo.toml index 9d1064f..892a6ea 100644 --- a/connector_arrow/Cargo.toml +++ b/connector_arrow/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"] name = "connector_arrow" [dependencies] -itertools = "0.13" +itertools = "0.14" log = "0.4" thiserror = "2" chrono = "0.4"