From b8593647bc506ce138a184443530d11f4d466237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:47:03 +0200 Subject: [PATCH] Upgrade `itertools` crate from 0.12 to 0.13 version (#336) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- codegen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 92a02f45..48f11913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ futures = "0.3.17" gherkin = "0.14" globwalk = "0.9" humantime = "2.1" -itertools = "0.12" +itertools = "0.13" lazy-regex = "3.0" linked-hash-map = "0.5.3" once_cell = "1.13" diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 528eca6a..7814e664 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -23,7 +23,7 @@ proc-macro = true [dependencies] cucumber-expressions = { version = "0.3", features = ["into-regex"] } inflections = "1.1" -itertools = "0.12" +itertools = "0.13" proc-macro2 = "1.0.28" quote = "1.0.9" regex = "1.5.5"