From 6c065fd2263e57fc0f375accd69e671159fff343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:00:53 +0000 Subject: [PATCH] Update itertools requirement from 0.11.0 to 0.12.0 in /object_store 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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- object_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index 7928648d170f..2b698284f8ec 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -35,7 +35,7 @@ bytes = "1.0" chrono = { version = "0.4.31", default-features = false, features = ["clock"] } futures = "0.3" humantime = "2.1" -itertools = "0.11.0" +itertools = "0.12.0" parking_lot = { version = "0.12" } percent-encoding = "2.1" snafu = "0.7"