From 848024ce008f750f3eff4681a667f525a680d42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:04:33 -0400 Subject: [PATCH] Update itertools requirement from 0.12.0 to 0.13.0 (#258) * Update itertools requirement from 0.12.0 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.0...v0.13.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 3f23cf88ec59b1d93809c263a3fa7df609fd0910) --- CHANGELOG.md | 2 +- api_generator/Cargo.toml | 2 +- yaml_test_runner/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4b9578..6381934b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `aws-*` dependencies to `1` ([#219](https://github.com/opensearch-project/opensearch-rs/pull/219)) -- Bumps `itertools` from 0.11.0 to 0.12.0 +- Bumps `itertools` from 0.11.0 to 0.13.0 - Bumps `hyper` from 0.14 to 1 in tests ([#221](https://github.com/opensearch-project/opensearch-rs/pull/221)) - Bumps `sysinfo` from 0.29.0 to 0.30.5 - Bumps `base64` from 0.21 to 0.22 diff --git a/api_generator/Cargo.toml b/api_generator/Cargo.toml index 35677c94..8393a3e9 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.12.0" +itertools = "0.13.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 bb785b44..5713adb5 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.12.0" +itertools = "0.13.0" Inflector = "0.11.4" lazy_static = "1.4.0" log = "0.4.8"