aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 14:57:08 +0100
committerGitHub <noreply@github.com>2024-06-10 14:57:08 +0100
commitfc1fecbd2ef6c857f0dce6002233009d4df08434 (patch)
tree837f7dd52c0a537d90d70d7562c4f9be53acd76d /crates
parentchore(release): prepare for release v18.3.0 (#2105) (diff)
downloadatuin-fc1fecbd2ef6c857f0dce6002233009d4df08434.zip
chore(deps): bump clap_complete_nushell from 4.5.1 to 4.5.2 (#2101)
Bumps [clap_complete_nushell](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2. - [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.1...clap_complete_nushell-v4.5.2) --- updated-dependencies: - dependency-name: clap_complete_nushell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml
index 2f8bf8f0..73128c2c 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.1"
-clap_complete_nushell = "4.5.1"
+clap_complete_nushell = "4.5.2"
fs-err = { workspace = true }
whoami = { workspace = true }
rpassword = "7.0"