From 46180b8654d5ff9f201a36f252301f917820e785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:52:01 +0000 Subject: [PATCH] build(deps): bump clap_complete_nushell from 4.5.3 to 4.5.4 Bumps [clap_complete_nushell](https://github.com/clap-rs/clap) from 4.5.3 to 4.5.4. - [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.3...clap_complete_nushell-v4.5.4) --- 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf13bc9..86bf8d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,9 +217,9 @@ dependencies = [ [[package]] name = "clap_complete_nushell" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fe32110e006bccf720f8c9af3fee1ba7db290c724eab61544e1d3295be3a40e" +checksum = "315902e790cc6e5ddd20cbd313c1d0d49db77f191e149f96397230fb82a17677" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 2f42a57..9eef6e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ tracing-subscriber = { version = "0.3.18", features = [ [build-dependencies] clap = { version = "4.5.19", features = ["derive"], optional = true } clap_complete = { version = "4.5.32", features = [], optional = true } -clap_complete_nushell = { version = "4.5.3", optional = true } +clap_complete_nushell = { version = "4.5.4", optional = true } clap_mangen = { version = "0.2.23", features = [], optional = true } roff = { version = "0.2.2", optional = true }