From 8ceda75dfb3024a8e191ebf17ac7b0f75f7f0e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:44:07 +0000 Subject: [PATCH] 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](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/Cargo.toml b/generator/Cargo.toml index 55c367b8..c5bcb4d0 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.13" +itertools = "0.14" nom = "7.1" once_cell = "1.7" proc-macro2 = "1.0"