From acf80351e9d468eb72a0af7d30f237ff432c3b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:02:00 +0000 Subject: [PATCH] chore(deps): update itertools requirement from 0.12.1 to 0.13.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.12.1...v0.13.0) --- 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 b5652cd..475b5f9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,7 +25,7 @@ path = "src/main.rs" serde = { version = "1.0.137", optional = true, features = ["derive"] } thiserror = "1.0" tempfile = "3.2.0" -itertools = "0.12.1" +itertools = "0.13.0" walkdir = "2" anyhow = "1.0.65" echo-library = { path = "../echo-library" } diff --git a/composer-primitives/Cargo.toml b/composer-primitives/Cargo.toml index dc86d51..9495fa2 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.12.1" +itertools = "0.13.0" tempfile = "3.2.0" walkdir = "2" anyhow = "1.0.65" diff --git a/echo-library/Cargo.toml b/echo-library/Cargo.toml index 7cbdd98..42ba120 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.12.1" +itertools = "0.13.0" walkdir = "2" composer-primitives = "0.0.3" rayon = "1.8.1"