From a24f46b4e62b8478e1eb3f3a65fec2a596a18a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:56:02 +0000 Subject: [PATCH] Bump clap from 4.0.26 to 4.0.27 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.26 to 4.0.27. - [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/v4.0.26...v4.0.27) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++-------------- crates/fj-app/Cargo.toml | 2 +- tools/automator/Cargo.toml | 2 +- tools/release-operator/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6dd90cdc..7407d3336 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,17 +254,6 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73b5e5f48b927f04e952dedc932f31995a65a0bf65ec971c74436e51bf6e970d" -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi 0.1.19", - "libc", - "winapi", -] - [[package]] name = "autocfg" version = "1.1.0" @@ -477,14 +466,14 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.26" +version = "4.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e" +checksum = "0acbd8d28a0a60d7108d7ae850af6ba34cf2d1257fc646980e5f97ce14275966" dependencies = [ - "atty", "bitflags", "clap_derive", "clap_lex", + "is-terminal", "once_cell", "strsim", "termcolor", diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 127478b0d..77c752a77 100644 --- a/crates/fj-app/Cargo.toml +++ b/crates/fj-app/Cargo.toml @@ -24,7 +24,7 @@ fj-window.workspace = true include_dir = "0.7.3" [dependencies.clap] -version = "4.0.26" +version = "4.0.27" features = ["derive", "string"] [dependencies.figment] diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index e6523b474..e9d75e583 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -18,7 +18,7 @@ url = "2.3.0" path = "../autolib" [dependencies.clap] -version = "4.0.26" +version = "4.0.27" features = ["derive"] [dependencies.tokio] diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index d01a3282a..fce4458e1 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -24,7 +24,7 @@ version = "0.11.13" features = ["blocking"] [dependencies.clap] -version = "4.0.26" +version = "4.0.27" features = ["std", "derive", "env"] default_features = false