From a1bd3e5610390005cdb4691041f7b81840dd3423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:04:46 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.5.62 to 4.5.65 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.62 to 4.5.65. - [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.62...clap_complete-v4.5.65) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.65 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc2be70..3a9630e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,9 +301,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.62" +version = "4.5.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004eef6b14ce34759aa7de4aea3217e368f463f46a3ed3764ca4b5a4404003b4" +checksum = "430b4dc2b5e3861848de79627b2bedc9f3342c7da5173a14eaa5d0f8dc18ae5d" dependencies = [ "clap", "clap_lex", diff --git a/Cargo.toml b/Cargo.toml index e63c341..91903fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.100" # Disable default features to reduce transistive dependencies chrono = { version = "0.4", default-features = false, features = ["std", "clock"] } clap = "4.5.51" -clap_complete = { version = "4.5.62", features = ["unstable-dynamic"] } +clap_complete = { version = "4.5.65", features = ["unstable-dynamic"] } dirs = "6.0" humantime = "2.1" openssl = { version = "0.10.75", features = ["vendored"] } # vendor openssl to enable static builds