From 0a2d137505106f0d06720f84685b2c3713f5bbb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:19:31 +0000 Subject: [PATCH] Update clap_complete requirement from =4.5.50 to =4.5.52 Updates the requirements on [clap_complete](https://github.com/clap-rs/clap) to permit the latest version. - [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.50...clap_complete-v4.5.52) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.52 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 761f32c..177ff1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ name = "bookmark-cd" [dependencies] clap = { version = "=4.5.39", features = ["derive"] } -clap_complete = "=4.5.50" +clap_complete = "=4.5.52" csv = "=1.3.1" home = "0.5.11" tabled = "0.19.0" @@ -29,7 +29,7 @@ snapcraft = "0.4.0" [build-dependencies] clap = { version = "=4.5.39", features = ["derive"] } -clap_complete = "=4.5.50" +clap_complete = "=4.5.52" clap_complete_fig = "4.5" home = "0.5.9" pshell = "1.0.12"