From bcd3fd9c6192c7e5061fffbb25a427970711308e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 19:48:28 +0000 Subject: [PATCH] chore(deps): bump clap from 4.5.35 to 4.5.39 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.39. - [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.35...clap_complete-v4.5.39) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.39 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- git-foreach/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d90c5a..984c986 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.35" +version = "4.5.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" +checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f" dependencies = [ "clap_builder", "clap_derive", @@ -82,9 +82,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.35" +version = "4.5.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" +checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51" dependencies = [ "anstream", "anstyle", diff --git a/git-foreach/Cargo.toml b/git-foreach/Cargo.toml index 33ab327..19e9446 100644 --- a/git-foreach/Cargo.toml +++ b/git-foreach/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/marcfrederick/git-foreach" repository = "https://github.com/marcfrederick/git-foreach" [dependencies] -clap = { version = "4.5.35", features = ["derive", "cargo"] } +clap = { version = "4.5.39", features = ["derive", "cargo"] } git-walk = { path = "../git-walk" } rayon = "1.10.0"