build(deps): bump clap from 4.5.17 to 4.5.18 in the deps group

Bumps the deps group with 1 update: [clap](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.17 to 4.5.18
- [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.17...clap_complete-v4.5.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-21 01:38:29 +00:00 committed by GitHub
parent e3321fbac5
commit 6f31862943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ pkg-fmt = "zip"
[dependencies]
binstalk = { path = "../binstalk", version = "0.28.4", default-features = false }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.2" }
clap = { version = "4.5.3", features = ["derive", "env"] }
clap = { version = "4.5.18", features = ["derive", "env"] }
compact_str = "0.8.0"
dirs = "5.0.1"
file-format = { version = "0.25.0", default-features = false }