From 15b2a2c4334e3e8825548cad4ae395178f5dfca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:26:38 -0700 Subject: chore(deps): bump clap_complete_nushell from 4.5.2 to 4.5.4 (#2420) Bumps [clap_complete_nushell](https://github.com/clap-rs/clap) from 4.5.2 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.2...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/atuin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 338d5b89..b0ef885b 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -67,7 +67,7 @@ interim = { workspace = true } base64 = { workspace = true } clap = { workspace = true } clap_complete = "4.5.8" -clap_complete_nushell = "4.5.2" +clap_complete_nushell = "4.5.4" fs-err = { workspace = true } whoami = { workspace = true } rpassword = "7.0" -- cgit v1.3.1