From 75fa887bfbda96ec31fabc706ee4a2a223467d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:46:46 +0100 Subject: chore(deps): bump clap_complete from 4.5.7 to 4.5.8 (#2273) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.8. - [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.7...clap_complete-v4.5.8) --- updated-dependencies: - dependency-name: clap_complete 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 c8609006..658c27af 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.3" +clap_complete = "4.5.8" clap_complete_nushell = "4.5.2" fs-err = { workspace = true } whoami = { workspace = true } -- cgit v1.3.1