diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-14 10:07:09 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 10:07:09 +0700 |
| commit | b7f55a7110227a5edd0dd28f73d1110489db5a61 (patch) | |
| tree | 0f3469ee8685924bf8bf46adf8e6f56eb6d488bf /Cargo.toml | |
| parent | feat(install): add Tuxedo OS (#2018) (diff) | |
| download | atuin-b7f55a7110227a5edd0dd28f73d1110489db5a61.zip | |
chore(deps): bump clap from 4.5.1 to 4.5.4 (#2019)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.4.
- [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.1...v4.5.4)
---
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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ time = { version = "=0.3.34", features = [ "macros", "local-offset", ] } -clap = { version = "4.5.1", features = ["derive"] } +clap = { version = "4.5.4", features = ["derive"] } config = { version = "0.13", default-features = false, features = ["toml"] } directories = "5.0.1" eyre = "0.6" |
