Skip to content

Commit bb2d41a

Browse files
Bump itertools from 0.13.0 to 0.14.0 (#37)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c758090 commit bb2d41a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ rand = "0.8.4"
2525
kd-tree = "0.6.0"
2626
clap = { version = "4.5", features = ["derive"] }
2727
nalgebra = "0.33.0"
28-
itertools = "0.13.0"
28+
itertools = "0.14.0"
2929
pdb-handler = ">=0.1.2"
3030
tempfile = "3.12"

0 commit comments

Comments
 (0)