From ec38e0ab85d3149cf3067f1bdf7f2f7b547fb1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:32:03 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.11.0 to 0.12.0 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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 629f245..3a70d4c 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -22,6 +22,6 @@ heck = "0.4.1" proc-macro2 = "1.0.50" quote = "1.0.23" rand = "0.8.5" -itertools = "0.11.0" +itertools = "0.12.0" syn = {version = "2.0.4", features = ["full", "visit", "visit-mut"]} portrait-framework = {version = "0.3.0", path = "../framework"}