From ca001348535b1a67c3d5a1748979709f6d1075e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:05:08 +0000 Subject: [PATCH 1/2] Update itertools requirement from 0.11.0 to 0.12.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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_generator/Cargo.toml | 2 +- yaml_test_runner/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api_generator/Cargo.toml b/api_generator/Cargo.toml index e2996080..e502a99d 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.11.0" +itertools = "0.12.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 86e7c30f..21771096 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.21" clap = "2" -itertools = "0.11.0" +itertools = "0.12.0" Inflector = "0.11.4" lazy_static = "1.4.0" log = "0.4.8" From a1f806714ab519f2732111e632d4c843e6c91855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 Nov 2023 21:05:46 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7449a57c..a087bacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bound `aws-*` dependencies to `<1.0` ([#215](https://github.com/opensearch-project/opensearch-rs/pull/215)) +- Bumps `itertools` from 0.11.0 to 0.12.0 ### Changed