Skip to content

Commit 145eeca

Browse files
build(deps): update itertools requirement from 0.12 to 0.13 (#921)
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.12.0...v0.13.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 331724c commit 145eeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
# file is generated as currently checked in):
1212
bindgen = "=0.69.4"
1313
heck = "0.5"
14-
itertools = "0.12"
14+
itertools = "0.13"
1515
nom = "7.1"
1616
once_cell = "1.7"
1717
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)