From bbf7f7eb5beea5ab44644fab8a2e762025d82686 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jan 2025 17:26:00 +0000 Subject: [PATCH] Update itertools requirement from 0.13.0 to 0.14.0 (#319) * Update itertools requirement from 0.13.0 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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit e5b803fb122971690443057848e7687753c3098c) Signed-off-by: github-actions[bot] --- CHANGELOG.md | 1 + api_generator/Cargo.toml | 2 +- yaml_test_runner/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962c7384..98b65549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `lycheeverse/lychee-action` from 1.5.0 to 2.2.0 ([#310](https://github.com/opensearch-project/opensearch-rs/pull/310)) - Bump `peter-evans/create-pull-request` from 5 to 7 ([#308](https://github.com/opensearch-project/opensearch-rs/pull/308)) - Bump `actions/github-script` from 6 to 7 ([#309](https://github.com/opensearch-project/opensearch-rs/pull/309)) +- Bump `itertools` from 0.13.0 to 0.14.0 ([#319](https://github.com/opensearch-project/opensearch-rs/pull/319)) ### Changed diff --git a/api_generator/Cargo.toml b/api_generator/Cargo.toml index bec71c2c..3b6bbdae 100644 --- a/api_generator/Cargo.toml +++ b/api_generator/Cargo.toml @@ -15,7 +15,7 @@ dialoguer = "0.11.0" flate2 = "1" globset = "0.4" Inflector = "0.11.4" -itertools = "0.13.0" +itertools = "0.14.0" lazy_static = "1.4.0" log = "0.4.8" path-slash = "0.2.1" diff --git a/yaml_test_runner/Cargo.toml b/yaml_test_runner/Cargo.toml index 99c8726d..6229f36a 100644 --- a/yaml_test_runner/Cargo.toml +++ b/yaml_test_runner/Cargo.toml @@ -15,7 +15,7 @@ api_generator = { path = "./../api_generator" } anyhow = "1.0" base64 = "0.22" clap = "2" -itertools = "0.13.0" +itertools = "0.14.0" Inflector = "0.11.4" lazy_static = "1.4.0" log = "0.4.8"