build(deps): bump clap from 4.5.7 to 4.5.8 in the deps group

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


Updates `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...v4.5.8)

---
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-06-29 01:50:38 +00:00 committed by GitHub
parent a39cf031f9
commit 7e7833d545
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions
crates/bin

View file

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