Skip to content

Commit 453f725

Browse files
Update itertools requirement from 0.13.0 to 0.14.0 (#315)
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-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7c9040 commit 453f725

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
@@ -115,7 +115,7 @@ strum = "0.26"
115115
thiserror = "2"
116116
lazy_static = "1.4"
117117
num-derive = "0.4"
118-
itertools = "0.13.0"
118+
itertools = "0.14.0"
119119
# dms-coordinates = "1.3.1"
120120
# geo = { version = "0.28", optional = true }
121121
flate2 = { version = "1", optional = true }

0 commit comments

Comments
 (0)