diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 10:46:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 10:46:46 +0100 |
| commit | 75fa887bfbda96ec31fabc706ee4a2a223467d51 (patch) | |
| tree | 006ab86ad4155895bcb729ddfa5655c19cc7e800 | |
| parent | chore(deps): bump @tanstack/react-table from 8.19.2 to 8.19.3 in /ui (#2279) (diff) | |
| download | atuin-75fa887bfbda96ec31fabc706ee4a2a223467d51.zip | |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | crates/atuin/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -770,9 +770,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.7" +version = "4.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d598e88f6874d4b888ed40c71efbcbf4076f1dfbae128a08a8c9e45f710605d" +checksum = "5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae" dependencies = [ "clap", ] 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 } |
