build(deps): update itertools requirement from 0.10 to 0.12 (#824)

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](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.12.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-20 09:39:32 +01:00 committed by GitHub
parent 7a73f011c8
commit 5952227dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ publish = false
[dependencies] [dependencies]
bindgen = "0.64" bindgen = "0.64"
heck = "0.4" heck = "0.4"
itertools = "0.10" itertools = "0.12"
nom = "7.1" nom = "7.1"
once_cell = "1.7" once_cell = "1.7"
proc-macro2 = "1.0" proc-macro2 = "1.0"