Skip to content

Commit 8ceda75

Browse files
build(deps): update itertools requirement from 0.13 to 0.14
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 8b0d4c5 commit 8ceda75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/Cargo.toml

+1-1
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.13"
14+
itertools = "0.14"
1515
nom = "7.1"
1616
once_cell = "1.7"
1717
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)