From 0bc7e28a0c1b523f83924a655301fdacb86cf491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 04:03:16 +0000 Subject: [PATCH] chore(deps): bump clap from 4.5.58 to 4.5.59 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.58 to 4.5.59. - [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.58...clap_complete-v4.5.59) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.59 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0368f1..d856841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,9 +177,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "clap" -version = "4.5.58" +version = "4.5.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" +checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499" dependencies = [ "clap_builder", "clap_derive", @@ -187,9 +187,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.58" +version = "4.5.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" +checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 18a1ed3..a5a7bb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ fs2 = "0.4.3" prometheus = "0.14.0" reqwest = {version = "0.13.2", features = ["blocking"] } junit-report = "0.8.3" -clap = { version = "4.5.58", features = [ "derive", "cargo", "env" ]} +clap = { version = "4.5.59", features = [ "derive", "cargo", "env" ]} thiserror = "2.0.18" wait-timeout = "0.2.1"