Skip to content

Commit 73c9d2d

Browse files
Update itertools requirement from 0.13.0 to 0.14.0
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.14.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76e9bec commit 73c9d2d

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
@@ -31,7 +31,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
3131
[dependencies]
3232
geo = "0.30"
3333
thiserror = "2"
34-
itertools = "0.13.0"
34+
itertools = "0.14.0"
3535
num-integer = "0.1.44" # TODO: see if we can get rid of div_ceil
3636

3737
# activate parser logs

0 commit comments

Comments
 (0)