From 96a340246cd8f00f433641f1a3b894bdaf2e1076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:43:57 +0000 Subject: [PATCH] chore(deps): bump the cargo-minor-patch group with 2 updates Bumps the cargo-minor-patch group with 2 updates: [clap](https://github.com/clap-rs/clap) and [owo-colors](https://github.com/owo-colors/owo-colors). Updates `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) Updates `owo-colors` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/owo-colors/owo-colors/releases) - [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md) - [Commits](https://github.com/owo-colors/owo-colors/compare/v4.2.3...v4.3.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: owo-colors dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1df1bd..a6d1451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,9 +289,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", @@ -299,9 +299,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", @@ -1324,9 +1324,9 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "owo-colors" -version = "4.2.3" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" +checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index e82eae8..b1a2c67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ async-recursion = "1.1.1" bytesize = "2.3.1" bzip2 = "0.6.1" chrono = "0.4.43" -clap = { version = "4.5.58", features = ["derive"] } +clap = { version = "4.5.60", features = ["derive"] } clap_complete = "4.5.66" color-eyre = { version = "0.6.5", default-features = false } crossterm = "0.29.0" @@ -24,7 +24,7 @@ enum_dispatch = "0.3.13" etcetera = "0.11.0" eyre = "0.6.12" flate2 = "1.1.9" -owo-colors = "4.2.3" +owo-colors = "4.3.0" regex = "1.12.3" reqwest = { version = "0.12.26", features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "stream", "brotli", "zstd", "gzip"], default-features = false } serde = { version = "1.0.228", features = ["derive"] }