From 975e8c63d3751e46583ef705fa86d1a012493e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 21:06:23 +0000 Subject: [PATCH] Update clap requirement from 3.2.7 to 4.1.8 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_complete-v4.0.0-rc.1...v4.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/data_cosmos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/data_cosmos/Cargo.toml b/sdk/data_cosmos/Cargo.toml index 194b4e9772..a7b8c9e3c0 100644 --- a/sdk/data_cosmos/Cargo.toml +++ b/sdk/data_cosmos/Cargo.toml @@ -38,7 +38,7 @@ hyper = "0.14" hyper-rustls = "0.23" reqwest = "0.11.0" stop-token = { version = "0.7.0", features = ["tokio"] } -clap = { version = "3.2.7", features = ["derive", "env"] } +clap = { version = "4.1.8", features = ["derive", "env"] } [features] test_e2e = []