From 09f9162e4704ddd60105950433093061fe39c43a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:28:19 +0000 Subject: [PATCH] Update clap requirement from 2 to 4 Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.0...clap_complete-v4.5.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- opensearch/Cargo.toml | 2 +- yaml_test_runner/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opensearch/Cargo.toml b/opensearch/Cargo.toml index 636d0c23..50d8ee40 100644 --- a/opensearch/Cargo.toml +++ b/opensearch/Cargo.toml @@ -52,7 +52,7 @@ anyhow = "1.0" aws-config = "1" aws-smithy-async = "1" chrono = { version = "0.4", features = ["serde"] } -clap = "2" +clap = "4" futures = "0.3.1" http-body-util = "0.1.0" hyper = { version = "1", features = ["full"] } diff --git a/yaml_test_runner/Cargo.toml b/yaml_test_runner/Cargo.toml index 2f0406d6..b5dc2880 100644 --- a/yaml_test_runner/Cargo.toml +++ b/yaml_test_runner/Cargo.toml @@ -14,7 +14,7 @@ api_generator = { path = "./../api_generator" } anyhow = "1.0" base64 = "0.22" -clap = "2" +clap = "4" itertools = "0.13.0" Inflector = "0.11.4" lazy_static = "1.4.0"