From 145eeca9e52fc595bcea7e8eeb217267f553025e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:31:16 +0200 Subject: [PATCH] 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](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/Cargo.toml b/generator/Cargo.toml index 437aa576..6e83ec04 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -11,7 +11,7 @@ publish = false # file is generated as currently checked in): bindgen = "=0.69.4" heck = "0.5" -itertools = "0.12" +itertools = "0.13" nom = "7.1" once_cell = "1.7" proc-macro2 = "1.0"