Skip to content

Commit e6a272b

Browse files
Bump itertools from 0.13.0 to 0.14.0 (#2461)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: extrawurst <776816+extrawurst@users.noreply.github.com>
1 parent 778ac16 commit e6a272b

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Cargo.lock

Lines changed: 13 additions & 4 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
@@ -32,7 +32,7 @@ filetreelist = { path = "./filetreelist", version = "0.5" }
3232
fuzzy-matcher = "0.3"
3333
gh-emoji = { version = "1.0", optional = true }
3434
indexmap = "2"
35-
itertools = "0.13"
35+
itertools = "0.14"
3636
log = "0.4"
3737
notify = "8"
3838
notify-debouncer-mini = "0.6"

0 commit comments

Comments
 (0)