This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new dfe0f2627b6 Update itertools requirement from 0.12.0 to 0.13.0 in
/object_store (#5780)
dfe0f2627b6 is described below
commit dfe0f2627b6e28b49062cc5c6f6174903597bb46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 17 16:40:56 2024 +0100
Update itertools requirement from 0.12.0 to 0.13.0 in /object_store (#5780)
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.12.0...v0.13.0)
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 20d7c2d61e0..62cbce79f4e 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -35,7 +35,7 @@ bytes = "1.0"
chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
futures = "0.3"
humantime = "2.1"
-itertools = "0.12.0"
+itertools = "0.13.0"
parking_lot = { version = "0.12" }
percent-encoding = "2.1"
snafu = "0.7"