From 9318e1141375ef6f9e54b13309c22f70c7662543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:46:10 +0000 Subject: [PATCH] chore(deps): update rust crate clap to 4.5.60 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f45ef14..b0c5b7d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "clap" -version = "4.5.59" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499" +checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" dependencies = [ "clap_builder", "clap_derive", @@ -289,9 +289,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.59" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24" +checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index c8c15aef..cdfa9c78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ glib = "0.21.5" dirs = "6.0.0" fs2 = "0.4.3" anyhow = "1.0.101" -clap = { version = "4.5.59", features = ["derive"] } +clap = { version = "4.5.60", features = ["derive"] } async-trait = "0.1.89" tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros", "sync", "time"] } tokio-util = { version = "0.7.18" }