From 0ad20950155d47e0a1aabc01cfa14b2ba2c68557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:26:36 +0000 Subject: [PATCH] Bump clap from 4.5.36 to 4.5.37 in the cargo group Bumps the cargo group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.36 to 4.5.37 - [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.5.36...clap_complete-v4.5.37) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/fj/Cargo.toml | 2 +- tools/automator/Cargo.toml | 2 +- tools/release-operator/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f426f5f1..6e5daf003 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,9 +496,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04" +checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" dependencies = [ "clap_builder", "clap_derive", @@ -506,9 +506,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5" +checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" dependencies = [ "anstream", "anstyle", diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index f3518159a..84c402316 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "2.0.12" tracing = "0.1.41" [dependencies.clap] -version = "4.5.36" +version = "4.5.37" features = ["derive"] [dependencies.tracing-subscriber] diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 1626c201a..dbc3eb66f 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -19,7 +19,7 @@ url = "2.5.4" path = "../autolib" [dependencies.clap] -version = "4.5.36" +version = "4.5.37" features = ["derive"] [dependencies.tokio] diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 6da54d655..a86708bb9 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -24,7 +24,7 @@ version = "0.12.14" features = ["blocking"] [dependencies.clap] -version = "4.5.36" +version = "4.5.37" features = ["std", "derive", "env"] default-features = false