From 7d6601a01678a6f44e7584dc50ae6e816d407637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:13:08 +0000 Subject: [PATCH] Update itertools requirement from 0.10.5 to 0.14.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.10.5...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- espr/Cargo.toml | 2 +- ruststep/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/espr/Cargo.toml b/espr/Cargo.toml index 719362145..99db26c6c 100644 --- a/espr/Cargo.toml +++ b/espr/Cargo.toml @@ -25,7 +25,7 @@ proc-macro2 = "1.0.53" # Utilities Inflector = "0.11.4" derive_more = "0.99.17" -itertools = "0.10.5" +itertools = "0.14.0" maplit = "1.0.2" thiserror = "1.0.40" structopt = "0.3.26" diff --git a/ruststep/Cargo.toml b/ruststep/Cargo.toml index fed5e0e6f..284f8f918 100644 --- a/ruststep/Cargo.toml +++ b/ruststep/Cargo.toml @@ -25,7 +25,7 @@ nom = "7.1.3" serde = { version = "1.0.158", features = ["derive"] } thiserror = "1.0.40" Inflector = "0.11.4" -itertools = "0.10.5" +itertools = "0.14.0" [dependencies.ruststep-derive] path = "../ruststep-derive"