Skip to content

Commit 9f996fd

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-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df1e359 commit 9f996fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-function-history-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ simple_file_logger = "0.4.1"
2424
log = "0.4.22"
2525
image = "0.25.2"
2626
function-grep = { version = "0.1.1", path = "../function-grep" }
27-
itertools = "0.13.0"
27+
itertools = "0.14.0"

0 commit comments

Comments
 (0)