aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 18:02:34 +0100
committerGitHub <noreply@github.com>2024-06-10 18:02:34 +0100
commit758ba930eba7d93604e8d6bded3f4a03e970d6b4 (patch)
treed44c73be897b6999b87feb1c72806c8d140bf8fa /crates
parentchore: add installer e2e tests (#2110) (diff)
downloadatuin-758ba930eba7d93604e8d6bded3f4a03e970d6b4.zip
chore(deps): bump clap_complete from 4.5.2 to 4.5.3 (#2100)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3. - [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-v4.5.2...clap_complete-v4.5.3) --- updated-dependencies: - dependency-name: clap_complete 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 73128c2c..cc77fe83 100644
--- a/crates/atuin/Cargo.toml
+++ b/crates/atuin/Cargo.toml
@@ -66,7 +66,7 @@ async-trait = { workspace = true }
interim = { workspace = true }
base64 = { workspace = true }
clap = { workspace = true }
-clap_complete = "4.5.1"
+clap_complete = "4.5.3"
clap_complete_nushell = "4.5.2"
fs-err = { workspace = true }
whoami = { workspace = true }