From db896bba81ba995a9d40b07af77cce80598c8302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 23:29:34 +0000 Subject: [PATCH] chore(deps): update itertools requirement from 0.10.5 to 0.12.1 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.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- composer-primitives/Cargo.toml | 2 +- echo-library/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2a77457..9f31c85 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,7 +23,7 @@ path = "src/main.rs" serde = { version = "1.0.137", optional = true, features = ["derive"] } thiserror = "1.0" tempfile = "3.2.0" -itertools = "0.10.5" +itertools = "0.12.1" walkdir = "2" anyhow = "1.0.65" echo-library = { path = "../echo-library" } diff --git a/composer-primitives/Cargo.toml b/composer-primitives/Cargo.toml index 47161f2..760ebf1 100644 --- a/composer-primitives/Cargo.toml +++ b/composer-primitives/Cargo.toml @@ -12,7 +12,7 @@ serde_derive = "1.0" serde_json = "1.0.107" allocative = "0.3.0" thiserror = "1.0.50" -itertools = "0.10.5" +itertools = "0.12.1" tempfile = "3.2.0" walkdir = "2" anyhow = "1.0.65" \ No newline at end of file diff --git a/echo-library/Cargo.toml b/echo-library/Cargo.toml index fb6476b..a9d2c51 100644 --- a/echo-library/Cargo.toml +++ b/echo-library/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.107" allocative = "0.3.0" thiserror = "1.0.50" convert_case = "0.6.0" -itertools = "0.10.5" +itertools = "0.12.1" walkdir = "2" composer-primitives = "0.0.1" rayon = "1.8.1" \ No newline at end of file