From d0811e419adb717b863dc1b2e26611425d2959fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:22:23 +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 208f280..a41527a 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 2589c5e..5b37a7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ tracing-subscriber = { version = "0.3.18", features = [ [build-dependencies] clap = { version = "4.5.20", 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.24", features = [], optional = true } roff = { version = "0.2.2", optional = true }