From 6957bbdc781c11d2f779bcb989b716b0aedc7459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:23:07 +0000 Subject: [PATCH] Update clap requirement from 3 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_complete-v3.0.0...v4.0.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- process/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/Cargo.toml b/process/Cargo.toml index 6c20ef4..4e38ddd 100644 --- a/process/Cargo.toml +++ b/process/Cargo.toml @@ -22,7 +22,7 @@ tempdir = "0.3" action-executor = {path = "../action-executor"} anyhow = "1.0" tokio-async-std = "1.5" -clap = {version = "3", features = ["derive"]} +clap = {version = "4", features = ["derive"]} ctrlc = "3.1" env_logger = "0.9" gcloud = {path = "../gcloud"}