diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-13 14:33:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-13 14:33:23 +0100 |
| commit | b82e75e842265c7d1de614ee7ae0ea3a4ba17eec (patch) | |
| tree | 3a69b12f6d411a37d39b1a0d421a8cb26fd7f544 /Cargo.toml | |
| parent | chore(deps-dev): bump @tauri-apps/cli in /ui (#2135) (diff) | |
| download | atuin-b82e75e842265c7d1de614ee7ae0ea3a4ba17eec.zip | |
chore(deps): bump clap from 4.5.4 to 4.5.7 (#2134)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.7.
- [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.4...v4.5.7)
---
updated-dependencies:
- dependency-name: clap
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 '')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ time = { version = "0.3.36", features = [ "macros", "local-offset", ] } -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.7", features = ["derive"] } config = { version = "0.13", default-features = false, features = ["toml"] } directories = "5.0.1" eyre = "0.6" |
