From 9ae3158e58f18b24cf518efe597818efeefdcfd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:50:54 +0000 Subject: [PATCH] build(deps): bump clap from 4.5.58 to 4.5.60 in /backend Bumps [clap](https://github.com/clap-rs/clap) from 4.5.58 to 4.5.60. - [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.60) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 8 ++++---- backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d29c8a9f..ee7a771a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -275,9 +275,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.58" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" +checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" dependencies = [ "clap_builder", "clap_derive", @@ -285,9 +285,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.58" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" +checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" dependencies = [ "anstream", "anstyle", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1fc46043..b042ff33 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.85.0" [dependencies] axum = { version = "0.8.8", features = ["http2", "macros"] } chrono = "0.4.43" -clap = { version = "4.5.58", features = ["derive"] } +clap = { version = "4.5.60", features = ["derive"] } color-eyre = "0.6.5" dotenvy = "0.15.7" fs-err = { version = "3.3.0", features = ["tokio"] }