Skip to content

Commit dfe0f26

Browse files
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](rust-itertools/itertools@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>
1 parent 28c1cae commit dfe0f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_store/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bytes = "1.0"
3535
chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
3636
futures = "0.3"
3737
humantime = "2.1"
38-
itertools = "0.12.0"
38+
itertools = "0.13.0"
3939
parking_lot = { version = "0.12" }
4040
percent-encoding = "2.1"
4141
snafu = "0.7"

0 commit comments

Comments
 (0)