Skip to content

Commit f413943

Browse files
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](rust-itertools/itertools@v0.13.0...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9eca7d1 commit f413943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ futures = "0.3"
129129
half = { version = "2.2.1", default-features = false }
130130
hashbrown = { version = "0.14.5", features = ["raw"] }
131131
indexmap = "2.0.0"
132-
itertools = "0.13"
132+
itertools = "0.14"
133133
log = "^0.4"
134134
object_store = { version = "0.11.0", default-features = false }
135135
parking_lot = "0.12"

0 commit comments

Comments
 (0)