From cdb0cb12b41da6979e48fb62cee314cabfdc9e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:30:16 +0000 Subject: [PATCH] chore(deps): bump clap_complete_nushell from 4.5.4 to 4.5.5 Bumps [clap_complete_nushell](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.5. - [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_nushell-v4.5.4...clap_complete_nushell-v4.5.5) --- updated-dependencies: - dependency-name: clap_complete_nushell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 673bf7d1..c7b3950b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,9 +206,9 @@ dependencies = [ [[package]] name = "clap_complete_nushell" -version = "4.5.4" +version = "4.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "315902e790cc6e5ddd20cbd313c1d0d49db77f191e149f96397230fb82a17677" +checksum = "c6a8b1593457dfc2fe539002b795710d022dc62a65bf15023f039f9760c7b18a" dependencies = [ "clap", "clap_complete", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 3c167fa0..8bd4352d 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" clap = { version = "4.5.23", features = ["derive"] } clap_complete = "4.5.40" clap_complete_fig = "4.5.2" -clap_complete_nushell = "4.5.4" +clap_complete_nushell = "4.5.5" clap_mangen = "0.2.24" skim = { path = "../skim", features = [] }